EllipsoidEastNorthUpTransformation Method |
Returns the quaternion transformation between the x-y-z axes of the ellipsoid to the axes oriented to the cartographic
east-north-up axes at the given position on the surface.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public UnitQuaternion EastNorthUpTransformation(
Cartesian surfacePosition
)
Public Function EastNorthUpTransformation (
surfacePosition As Cartesian
) As UnitQuaternion
public:
UnitQuaternion EastNorthUpTransformation(
Cartesian surfacePosition
)
member EastNorthUpTransformation :
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 east-north-up coordinates.
See Also