KozaiIzsakMeanElements Constructor (KeplerianElements, Boolean, Double, Double) |
Initialize a set of Kozai-Izsak mean elements from a set of osculating or mean
KeplerianElements.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic KozaiIzsakMeanElements(
KeplerianElements elements,
bool inputIsMean,
double j2UnnormalizedValue,
double referenceDistance
)
Public Sub New (
elements As KeplerianElements,
inputIsMean As Boolean,
j2UnnormalizedValue As Double,
referenceDistance As Double
)
public:
KozaiIzsakMeanElements(
KeplerianElements^ elements,
bool inputIsMean,
double j2UnnormalizedValue,
double referenceDistance
)
new :
elements : KeplerianElements *
inputIsMean : bool *
j2UnnormalizedValue : float *
referenceDistance : float -> KozaiIzsakMeanElements
Parameters
- elements
- Type: AGI.Foundation.Coordinates.KeplerianElements
The Keplerian elements. - inputIsMean
- Type: System.Boolean
True if input elements are mean elements, false if input elements are osculating. - j2UnnormalizedValue
- Type: System.Double
The non-normalized J2 zonal harmonic coefficient of the central body around which to propagate. - referenceDistance
- Type: System.Double
The reference distance (equatorial radius) associated with the J2 coefficient.
Exceptions
See Also