Click or drag to resize

BallisticPropagator.CreatePoint 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: 25.1.421.0 (25.1.421.0)
Syntax
public override PropagatorPoint CreatePoint()

Return Value

Type: PropagatorPoint
The created point.
See Also