Click or drag to resize

WaypointPropagator Constructor (CentralBody, Waypoint)

Initializes a waypoint propagator.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public WaypointPropagator(
	CentralBody centralBody,
	params Waypoint[] waypoints
)

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
ExceptionCondition
ArgumentNullException Thrown when centralBody or waypoints is .
ArgumentException Thrown when waypoints does not contain at least two items.
ArithmeticException Thrown when the waypoint collection does not model constant accelerations between the waypoints.
See Also