Click or drag to resize

KeplerianElements Constructor

Overload List
  NameDescription
Public methodKeplerianElements(DelaunayElements)
Initialize a set of classical Keplerian elements from a set of DelaunayElements.
Public methodKeplerianElements(EquinoctialElements)
Initialize a set of classical Keplerian elements from a set of EquinoctialElements.
Public methodKeplerianElements(ModifiedKeplerianElements)
Initialize a set of classical Keplerian elements from a set of ModifiedKeplerianElements.
Public methodKeplerianElements(MotionCartesian, Double)
Initializes a new instance from the specified Cartesian motion and gravitational parameter. The given elements must represent a closed orbit. For other orbit types, use ModifiedKeplerianElements.
Public methodKeplerianElements(Cartesian, Cartesian, Double)
Initialize a set of classical Keplerian elements from a Cartesian position and velocity. The given elements must represent a closed orbit. For other orbit types, use ModifiedKeplerianElements.
Public methodKeplerianElements(DelaunayElements, Double, Double)
Initialize a set of classical Keplerian elements from a set of DelaunayElements.
Public methodKeplerianElements(EquinoctialElements, Double, Double)
Initialize a set of classical Keplerian elements from a set of EquinoctialElements.
Public methodKeplerianElements(MotionCartesian, Double, Double, Double)
Initializes a new instance from the specified cartesian motion and gravitational constant.
Public methodKeplerianElements(Cartesian, Cartesian, Double, Double, Double)
Initialize a set of classical Keplerian elements from a cartesian position and velocity.
Public methodKeplerianElements(Double, Double, Double, Double, Double, Double, Double)
Initialize a set of classical Keplerian orbital elements. The given elements must represent a closed orbit. For other orbit types, use ModifiedKeplerianElements.
Top
See Also