Click or drag to resize

Waypoint Constructor (JulianDate, Cartographic, Double, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Waypoint(
	JulianDate date,
	Cartographic location,
	double groundSpeed,
	double rateOfClimb
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which the waypoint is achieved.
location
Type: AGI.Foundation.CoordinatesCartographic
The planetodetic position at the waypoint.
groundSpeed
Type: SystemDouble
The speed tangent to the ellipsoid surface.
rateOfClimb
Type: SystemDouble
The velocity normal to the ellipsoid surface.
See Also