Struct RelativeElements
- Namespace
- NominalSystems.Universe
- Assembly
- NominalSystems.Universe.dll
[Nominal] This structure contains the set of Relative orbital elements that define the relative state between two spacecraft.
public struct RelativeElements
Constructors
RelativeElements()
Default constructor
public RelativeElements()
RelativeElements(double, double, double, double, double, double)
construct the relative orbital elements
public RelativeElements(double da, double dex, double dey, double dix, double diy, double dMeanLatitude)
Parameters
da
doubleThe relative semi-major axis
dex
doubleThe relative x component of eccentricity
dey
doubleThe relative y component of eccentricity
dix
doubleThe relative x component of inclination
diy
doubleThe relative y component of inclination
dMeanLatitude
doubleThe relative argument of mean latitude
Fields
DeltaA
[m] the relative semi-major axis
public double DeltaA
Field Value
DeltaEx
[rad] the relative x component of eccentricity
public double DeltaEx
Field Value
DeltaEy
[rad] the relative y component of eccentricity
public double DeltaEy
Field Value
DeltaIx
[rad] the relative x component of inclination
public double DeltaIx
Field Value
DeltaIy
[rad] the relative y component of inclination
public double DeltaIy
Field Value
DeltaMeanLatitude
[rad] the relative mean argument of latitude
public double DeltaMeanLatitude