Click or drag to resize

EllipsoidCartographicToCartesian Method (Double, Double)

Converts the specified planetodetic surface location into a cartesian vector in the fixed frame of the ellipsoid.

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(
	double longitude,
	double latitude
)

Parameters

longitude
Type: SystemDouble
The planetodetic longitude, in radians.
latitude
Type: SystemDouble
The planetodetic latitude, in radians.

Return Value

Type: Cartesian
The fixed surface position at the given planetodetic location.
See Also