ModifiedKeplerianElements Constructor (Motion<Cartesian>, Double, Double, Double) |
Initializes a new instance from the specified
Cartesian motion and gravitational parameter.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ModifiedKeplerianElements(
Motion<Cartesian> motion,
double gravitationalParameter,
double eccentricityTolerance,
double inclinationTolerance
)
Public Sub New (
motion As Motion(Of Cartesian),
gravitationalParameter As Double,
eccentricityTolerance As Double,
inclinationTolerance As Double
)
public:
ModifiedKeplerianElements(
Motion<Cartesian> motion,
double gravitationalParameter,
double eccentricityTolerance,
double inclinationTolerance
)
new :
motion : Motion<Cartesian> *
gravitationalParameter : float *
eccentricityTolerance : float *
inclinationTolerance : float -> ModifiedKeplerianElements
Parameters
- motion
- Type: AGI.Foundation.Motion<Cartesian>
The cartesian position and velocity (distance and distance per time). - gravitationalParameter
- Type: System.Double
The gravitational parameter for the central body (distance cubed per time squared). - eccentricityTolerance
- Type: System.Double
The tolerance which defines the value of 'zero' to use when checking whether the
eccentricity is zero, below which the orbit is circular.
- inclinationTolerance
- Type: System.Double
The tolerance which defines the value of 'zero' to use when checking whether the
inclination is zero, below which the orbit is equatorial.
Exceptions
See Also