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: 25.1.421.0 (25.1.421.0)
Syntaxpublic UnitQuaternion NorthEastDownTransformation(
	Cartesian surfacePosition
)
Public Function NorthEastDownTransformation ( 
	surfacePosition As Cartesian
) As UnitQuaternion
public:
UnitQuaternion NorthEastDownTransformation(
	Cartesian surfacePosition
)
member NorthEastDownTransformation : 
        surfacePosition : Cartesian -> UnitQuaternion 
Parameters
- surfacePosition
 - Type: AGI.Foundation.CoordinatesCartesian
The position of interest on the surface of the ellipsoid. 
Return Value
Type: 
UnitQuaternionThe transformation from x-y-z coordinates to north-east-down coordinates.
See Also