Click or drag to resize

ModifiedKeplerianElements Class

Modified Keplerian orbital elements. These are the same as the Classical/Keplerian orbital elements except that Radius of Periapsis and the inverse of Semimajor Axis are used instead of Semimajor Axis and Eccentricity. This is useful because the Radius of Periapsis is well defined for all but rectilinear orbits. For Eccentricity, use ComputeEccentricity.

All units are SI unless indicated otherwise. For more information see the Units topic.

Inheritance Hierarchy
SystemObject
  AGI.Foundation.CoordinatesModifiedKeplerianElements

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class ModifiedKeplerianElements : ICloneWithContext, 
	IEquatableDefinition

The ModifiedKeplerianElements type exposes the following members.

Constructors
  NameDescription
Public methodModifiedKeplerianElements(DelaunayElements)
Initializes a new instance for the specified DelaunayElements.
Public methodModifiedKeplerianElements(EquinoctialElements)
Initialize a new instance from the given set of EquinoctialElements.
Public methodModifiedKeplerianElements(KeplerianElements)
Initialize a new instance from the given set of classical KeplerianElements.
Public methodModifiedKeplerianElements(MotionCartesian, Double)
Initializes a new instance from the specified Cartesian motion and gravitational constant.
Public methodModifiedKeplerianElements(Cartesian, Cartesian, Double)
Initializes a new instance from the specified Cartesian position, Cartesian velocity, and gravitational parameter.
Public methodModifiedKeplerianElements(DelaunayElements, Double, Double)
Initializes a new instance for the specified DelaunayElements.
Public methodModifiedKeplerianElements(EquinoctialElements, Double, Double)
Initialize a new instance from the given set of EquinoctialElements.
Public methodModifiedKeplerianElements(MotionCartesian, Double, Double, Double)
Initializes a new instance from the specified Cartesian motion and gravitational parameter.
Public methodModifiedKeplerianElements(Cartesian, Cartesian, Double, Double, Double)
Initializes a new instance from the specified Cartesian motion and gravitational constant.
Public methodModifiedKeplerianElements(Double, Double, Double, Double, Double, Double, Double)
Initialize a set of modified Keplerian elements.
Top
Properties
  NameDescription
Public propertyArgumentOfPeriapsis
Gets the argument of periapsis of the orbit, in radians.
Public propertyGravitationalParameter
Gets the gravitational parameter associated with this element set (distance cubed per time squared).
Public propertyInclination
Gets the inclination of the orbit, in radians.
Public propertyInverseSemimajorAxis
Gets the inverse of the semimajor axis.
Public propertyOrbitType
Gets the type of orbit represented by these elements.
Public propertyRadiusOfPeriapsis
Gets the radius of periapsis of the orbit (distance).
Public propertyRightAscensionOfAscendingNode
Gets the right ascension of the ascending node of the orbit, in radians.
Public propertyTrueAnomaly
Gets the true anomaly of the orbit, in radians.
Top
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