Click or drag to resize

ModifiedKeplerianElements Methods

The ModifiedKeplerianElements type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
Public methodComputeEccentricAnomaly
Computes the eccentric anomaly based on the current Keplerian position.
Public methodComputeEccentricity
Computes the eccentricity based on the current elements.
Public methodComputeHyperbolicAnomaly
Computes the hyperbolic anomaly based on the current Keplerian position.
Public methodComputeMeanAnomaly
Computes the mean anomaly based on the current Keplerian position.
Public methodComputeMeanMotion
Computes the mean motion based on the current Keplerian elements.
Public methodComputeParabolicAnomaly
Computes the parabolic anomaly based on the current Keplerian position.
Public methodComputePeriod
Computes the orbital period of the current Keplerian elements. For parabolic and hyperbolic orbits the method returns PositiveInfinity.
Public methodComputeRadiusOfApoapsis
Computes the radius of apoapsis based on the current elements.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSameDefinition
Determines if this object has the same definition as another object.
Public methodToCartesian
Returns a cartesian representation of these orbital elements.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also