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.2.419.0 (24.2.419.0)
Syntax public Waypoint(
JulianDate date,
Cartographic location,
double groundSpeed,
double rateOfClimb
)
Public Sub New (
date As JulianDate,
location As Cartographic,
groundSpeed As Double,
rateOfClimb As Double
)
public:
Waypoint(
JulianDate date,
Cartographic location,
double groundSpeed,
double rateOfClimb
)
new :
date : JulianDate *
location : Cartographic *
groundSpeed : float *
rateOfClimb : float -> Waypoint
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