Click or drag to resize

EllipsoidRhumbLineSurfaceMotion Method

Converts the motion given in terms of motion on the rhumb line 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 Motion<Cartesian> SurfaceMotion(
	double distance,
	double groundSpeed,
	double groundAcceleration
)

Parameters

distance
Type: SystemDouble
The distance from the initial point to the point of interest along the rhumb line.
groundSpeed
Type: SystemDouble
The velocity on the rhumb line.
groundAcceleration
Type: SystemDouble
The acceleration on the rhumb line.

Return Value

Type: MotionCartesian
The motion of the surface point.
See Also