DelaunayElements Constructor (Motion<Cartesian>, 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic DelaunayElements(
Motion<Cartesian> motion,
double gravitationalParameter
)
Public Sub New (
motion As Motion(Of Cartesian),
gravitationalParameter As Double
)
public:
DelaunayElements(
Motion<Cartesian> motion,
double gravitationalParameter
)
new :
motion : Motion<Cartesian> *
gravitationalParameter : float -> DelaunayElements
Parameters
- motion
- Type: AGI.Foundation.Motion<Cartesian>
The cartesian position and velocity (distance and distance per time). - gravitationalParameter
- Type: System.Double
The gravitational parameter for the central body (distance cubed per time squared).
Exceptions
See Also