radiansToPoint Method
Evaluate a point on the ellipsoid at angles give in radians.
radiansToPoint(thetaRadians: number, phiRadians: number, result?: Point3d): Point3d
| Parameter | Type | Description | 
|---|---|---|
| thetaRadians | number | longitude, in radians | 
| phiRadians | number | latitude, in radians | 
| result | Point3d | optional point result | 
Returns - Point3d
Defined in
- geometry3d/Ellipsoid.ts Line 355
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.