Click or drag to resize

DelaunayElements Constructor

Overload List
  NameDescription
Public methodDelaunayElements(EquinoctialElements)
Initialize a set of Delaunay elements based on a set of EquinoctialElements.
Public methodDelaunayElements(KeplerianElements)
Initialize a set of Delaunay elements based on a set of classical KeplerianElements.
Public methodDelaunayElements(ModifiedKeplerianElements)
Initialize a set of Delaunay elements based on a set of ModifiedKeplerianElements.
Public methodDelaunayElements(MotionCartesian, Double)
Initializes a new instance from the specified cartesian motion and gravitational constant.
Public methodDelaunayElements(Cartesian, Cartesian, Double)
Initialize a set of Delaunay elements based upon a cartesian position and velocity.
Public methodDelaunayElements(MotionCartesian, Double, Double, Double)
Initializes a new instance from the specified cartesian motion and gravitational constant.
Public methodDelaunayElements(Cartesian, Cartesian, Double, Double, Double)
Initialize a set of Delaunay elements based upon a cartesian position and velocity.
Public methodDelaunayElements(Double, Double, Double, Double, Double, Double, Double)
Initialize a set of Delaunay elements.
Top
See Also