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.2.419.0 (24.2.419.0)
Syntax public override PropagatorPoint CreatePoint()
Public Overrides Function CreatePoint As PropagatorPoint
public:
virtual PropagatorPoint^ CreatePoint() override
abstract CreatePoint : unit -> PropagatorPoint
override CreatePoint : unit -> PropagatorPoint
Return Value
Type:
PropagatorPointThe created point.
See Also