WaypointPropagator Constructor (CentralBody, ICollectionWaypoint) |
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,
ICollection<Waypoint> waypoints
)
Public Sub New (
centralBody As CentralBody,
waypoints As ICollection(Of Waypoint)
)
public:
WaypointPropagator(
CentralBody^ centralBody,
ICollection<Waypoint^>^ waypoints
)
new :
centralBody : CentralBody *
waypoints : ICollection<Waypoint> -> WaypointPropagator
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The reference central body. - waypoints
- Type: System.Collections.GenericICollectionWaypoint
The list of waypoints that define the path and motion.
Exceptions See Also