ModifiedKeplerianElementsTrueAnomaly Property |
Gets the true anomaly of the orbit, in 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 TrueAnomaly { get; }
Public ReadOnly Property TrueAnomaly As Double
Get
public:
property double TrueAnomaly {
double get ();
}
member TrueAnomaly : float with get
Property Value
Type:
DoubleRemarks
True anomaly is used to represent the satellite's instantaneous position with
respect to periapsis, shown here as the angle θ:
In the above diagram, ω is the argument of periapsis, i is the inclination, and Ω is the right ascension of the ascending node (RAAN).
See Also