EquinoctialElements Constructor (MotionCartesian, Double) |
Initializes a new instance from the specified cartesian motion and gravitational constant.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EquinoctialElements(
Motion<Cartesian> motion,
double gravitationalParameter
)
Public Sub New (
motion As Motion(Of Cartesian),
gravitationalParameter As Double
)
public:
EquinoctialElements(
Motion<Cartesian> motion,
double gravitationalParameter
)
new :
motion : Motion<Cartesian> *
gravitationalParameter : float -> EquinoctialElements
Parameters
- motion
- Type: AGI.FoundationMotionCartesian
The cartesian position and velocity (distance and distance per time). - gravitationalParameter
- Type: SystemDouble
The gravitational parameter for the central body
(distance cubed per time squared).
See Also