Click or drag to resize

EllipsoidUpEastNorthTransformation Method

Returns the quaternion transformation between the x-y-z axes of the ellipsoid to the axes oriented to the cartographic up-east-north 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 UpEastNorthTransformation(
	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 up-east-north coordinates.
See Also