Click or drag to resize

Ellipsoid.CartographicToCartesian 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: 25.1.421.0 (25.1.421.0)
Syntax
public Cartesian CartographicToCartesian(
	Cartographic position
)

Parameters

position
Type: AGI.Foundation.Coordinates.Cartographic
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