WaypointPropagator Constructor (CentralBody, ICollection<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,
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.Celestial.CentralBody
The reference central body. - waypoints
- Type: System.Collections.Generic.ICollection<Waypoint>
The list of waypoints that define the path and motion.
Exceptions
See Also