Click or drag to resize

EllipsoidGeodesicSurfaceMotion Method (Double)

Converts the motion given in terms of motion on the geodesic curve to motion of the surface point.

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 SurfaceMotion(
	double distance
)

Parameters

distance
Type: SystemDouble
The distance from the initial point to the point of interest along the geodesic.

Return Value

Type: Cartesian
The distance from the initial point to the location of the surface point.
See Also