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: 25.1.421.0 (25.1.421.0)
Syntax
public WaypointPropagator(
	CentralBody centralBody,
	params Waypoint[] waypoints
)

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
ExceptionCondition
ArgumentNullException Thrown when centralBody or waypoints is null.
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