scalePointToGeodeticSurface MethodStatic
Scale point to geodetic surface
scalePointToGeodeticSurface(point: Point3d, result?: Point3d): Point3d | undefined
@returns a point on the geodetic surface
| Parameter | Type | Description |
|---|---|---|
| point | Point3d | in ECEF to scale to the surface |
| result | Point3d | The object onto which to store the result. |
Returns - Point3d | undefined
a point on the geodetic surface
Defined in
Last Updated: 09 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.