WaypointPropagator Constructor (CentralBody, Waypoint) |
Initializes a waypoint 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 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.CelestialCentralBody
The reference central body. - waypoints
- Type: AGI.Foundation.PropagatorsWaypoint
The list of waypoints that define the path and motion.
Exceptions See Also