Click or drag to resize

EllipsoidSurfaceProjection Method (MotionCartographic, Int32)

Computes the projection of the cartographic motion onto the ellipsoid surface.

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 Motion<Cartesian> SurfaceProjection(
	Motion<Cartographic> cartographicMotion,
	int order
)

Parameters

cartographicMotion
Type: AGI.FoundationMotionCartographic
The planetodetic cartographic motion.
order
Type: SystemInt32
The order of the highest derivative to project. To project just the position, pass 0 for this value. To convert velocity as well, pass 1.

Return Value

Type: MotionCartesian
The cartesian motion of the surface projection.
See Also