WaypointPropagator Constructor (CentralBody,Waypoint[]) |
Initializes a waypoint propagator.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic WaypointPropagator(
CentralBody centralBody,
params Waypoint[] waypoints
)
Public Sub New (
centralBody As CentralBody,
ParamArray waypoints As Waypoint()
)
public:
WaypointPropagator(
CentralBody^ centralBody,
... array<Waypoint^>^ waypoints
)
new :
centralBody : CentralBody *
waypoints : Waypoint[] -> WaypointPropagator
Parameters
- centralBody
- Type: AGI.Foundation.Celestial.CentralBody
The reference central body. - waypoints
- Type:AGI.Foundation.Propagators.Waypoint[]
The list of waypoints that define the path and motion.
Exceptions
See Also