Click or drag to resize

EquinoctialElements Properties

The EquinoctialElements type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Gets the parameter indicating whether this orbit is posigrade (+1.0) or retrograde (-1.0).
Public propertyEccentricityCosineLongitudeOfPeriapsis
Gets the Eccentricity * Cos(Argument Of Periapsis + Direction*Right Ascension Of Ascending Node)
Public propertyEccentricitySineLongitudeOfPeriapsis
Gets the Eccentricity * Sin(Argument Of Periapsis + Direction*Right Ascension Of Ascending Node)
Public propertyGravitationalParameter
Gets the gravitational parameter associated with this element set (distance cubed per time squared).
Public propertyInclinationAndRightAscensionCosineParameter
Gets the Sin(Inclination)*Cos(Right Ascension Of Ascending Node) / (1 + Cos(Inclination) )
Public propertyInclinationAndRightAscensionSineParameter
Gets the Sin(Inclination)*Sin(Right Ascension Of Ascending Node) / (1 + Cos(Inclination) )
Public propertyMeanLongitude
Gets the Mean Anomaly + Argument Of Periapsis + Direction*Right Ascension Of Ascending Node (radians)
Public propertySemimajorAxis
Gets the Semimajor axis (distance).
Top
See Also