Click or drag to resize

BallisticPropagatorCreatePoint Method

Creates a Point defining the motion of an object following the calculated trajectory. This object must be fully configured before this method is called.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override PropagatorPoint CreatePoint()

Return Value

Type: PropagatorPoint
The created point.
See Also