KozaiIzsakMeanElementsArgumentOfLatitude Property |
Gets the argument of latitude of the orbit (radians).
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ArgumentOfLatitude { get; }
Public ReadOnly Property ArgumentOfLatitude As Double
Get
public:
property double ArgumentOfLatitude {
double get ();
}
member ArgumentOfLatitude : float with get
Property Value
Type:
DoubleRemarks The argument of latitude, u, is the sum of the argument of periapsis and the true anomaly.
See Also