Click or drag to resize

ModifiedKeplerianElements Constructor

Overload List
  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
See Also