Click or drag to resize

EllipsoidNorthEastDownTransformation Method

Returns the quaternion transformation between the x-y-z axes of the ellipsoid to the axes oriented to the cartographic north-east-down axes at the given position on the surface.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public UnitQuaternion NorthEastDownTransformation(
	Cartesian surfacePosition
)

Parameters

surfacePosition
Type: AGI.Foundation.CoordinatesCartesian
The position of interest on the surface of the ellipsoid.

Return Value

Type: UnitQuaternion
The transformation from x-y-z coordinates to north-east-down coordinates.
See Also