LifetimeElements Constructor |
Initialize a set of lifetime orbit elements to represent one orbit pass.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public LifetimeElements(
JulianDate epoch,
int orbitCount,
double semimajorAxis,
double semimajorAxisRate,
double eccentricity,
double eccentricityRate,
double inclination,
double inclinationRate,
double argumentOfPeriapsis,
double argumentOfPeriapsisRate,
double rightAscensionOfAscendingNode,
double rightAscensionOfAscendingNodeRate,
double siderealPeriod,
double gravitationalParameter
)
Public Sub New (
epoch As JulianDate,
orbitCount As Integer,
semimajorAxis As Double,
semimajorAxisRate As Double,
eccentricity As Double,
eccentricityRate As Double,
inclination As Double,
inclinationRate As Double,
argumentOfPeriapsis As Double,
argumentOfPeriapsisRate As Double,
rightAscensionOfAscendingNode As Double,
rightAscensionOfAscendingNodeRate As Double,
siderealPeriod As Double,
gravitationalParameter As Double
)
public:
LifetimeElements(
JulianDate epoch,
int orbitCount,
double semimajorAxis,
double semimajorAxisRate,
double eccentricity,
double eccentricityRate,
double inclination,
double inclinationRate,
double argumentOfPeriapsis,
double argumentOfPeriapsisRate,
double rightAscensionOfAscendingNode,
double rightAscensionOfAscendingNodeRate,
double siderealPeriod,
double gravitationalParameter
)
new :
epoch : JulianDate *
orbitCount : int *
semimajorAxis : float *
semimajorAxisRate : float *
eccentricity : float *
eccentricityRate : float *
inclination : float *
inclinationRate : float *
argumentOfPeriapsis : float *
argumentOfPeriapsisRate : float *
rightAscensionOfAscendingNode : float *
rightAscensionOfAscendingNodeRate : float *
siderealPeriod : float *
gravitationalParameter : float -> LifetimeElements
Parameters
- epoch
- Type: AGI.Foundation.TimeJulianDate
The time at periapsis. - orbitCount
- Type: SystemInt32
The number of orbits, including this one, since the reference epoch. - semimajorAxis
- Type: SystemDouble
Semimajor axis, in meters. - semimajorAxisRate
- Type: SystemDouble
The rate of change of the semimajor axis, in meters per second. - eccentricity
- Type: SystemDouble
Eccentricity. - eccentricityRate
- Type: SystemDouble
The rate of change of the eccentricity, in units per second. - inclination
- Type: SystemDouble
Inclination, in radians. - inclinationRate
- Type: SystemDouble
The rate of change of the inclination, in radians per second. - argumentOfPeriapsis
- Type: SystemDouble
Argument of periapsis, in radians. - argumentOfPeriapsisRate
- Type: SystemDouble
The rate of change of the argument of periapsis, in radians per second. - rightAscensionOfAscendingNode
- Type: SystemDouble
Right ascension of the ascending node, in radians. - rightAscensionOfAscendingNodeRate
- Type: SystemDouble
The rate of change of the right ascension of the ascending node, in radians per second. - siderealPeriod
- Type: SystemDouble
The time required to make one full orbit with respect to inertial space, in seconds. - gravitationalParameter
- Type: SystemDouble
Gravitational parameter (meters cubed per second squared).
Exceptions Remarks See Also