KeplerianElements Constructor |
| Name | Description | |
|---|---|---|
| KeplerianElements(DelaunayElements) |
Initialize a set of classical Keplerian elements from a set of DelaunayElements.
| |
| KeplerianElements(EquinoctialElements) |
Initialize a set of classical Keplerian elements from a set of EquinoctialElements.
| |
| KeplerianElements(ModifiedKeplerianElements) |
Initialize a set of classical Keplerian elements from a set of
ModifiedKeplerianElements.
| |
| KeplerianElements(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.
| |
| KeplerianElements(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.
| |
| KeplerianElements(DelaunayElements, Double, Double) |
Initialize a set of classical Keplerian elements from a set of DelaunayElements.
| |
| KeplerianElements(EquinoctialElements, Double, Double) |
Initialize a set of classical Keplerian elements from a set of EquinoctialElements.
| |
| KeplerianElements(MotionCartesian, Double, Double, Double) |
Initializes a new instance from the specified cartesian motion and gravitational constant.
| |
| KeplerianElements(Cartesian, Cartesian, Double, Double, Double) |
Initialize a set of classical Keplerian elements from a cartesian position and velocity.
| |
| KeplerianElements(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.
|