Click or drag to resize

EllipsoidCartographicToCartesian Method (Cartographic)

Converts the motion given in terms of planetodetic cartographic coordinates to motion in cartesian coordinates.

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 Cartesian CartographicToCartesian(
	Cartographic position
)

Parameters

position
Type: AGI.Foundation.CoordinatesCartographic
The planetodetic cartographic coordinates to convert.

Return Value

Type: Cartesian
The cartesian equivalent of the specified cartographic coordinates.
Remarks
The planetodetic cartographic coordinates must be in a fixed reference frame centered on the center of mass of this ellipsoid.
See Also