CartesianOnePointPropagatorCreatePoint Method |
Creates a
Point that represents the motion produced by this propagator.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual PropagatorPoint CreatePoint()
Public Overridable Function CreatePoint As PropagatorPoint
public:
virtual PropagatorPoint^ CreatePoint()
abstract CreatePoint : unit -> PropagatorPoint
override CreatePoint : unit -> PropagatorPoint
Return Value
Type:
PropagatorPointThe created point.
See Also