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.2.419.0 (24.2.419.0)
Syntax public Cartesian CartographicToCartesian(
double longitude,
double latitude
)
Public Function CartographicToCartesian (
longitude As Double,
latitude As Double
) As Cartesian
public:
Cartesian CartographicToCartesian(
double longitude,
double latitude
)
member CartographicToCartesian :
longitude : float *
latitude : float -> Cartesian
Parameters
- longitude
- Type: SystemDouble
The planetodetic longitude, in radians. - latitude
- Type: SystemDouble
The planetodetic latitude, in radians.
Return Value
Type:
CartesianThe fixed surface position at the given planetodetic location.
See Also