Click or drag to resize

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)
Syntax
public DelaunayElements(
	Motion<Cartesian> motion,
	double gravitationalParameter
)

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
ExceptionCondition
InvalidOperationException Thrown when the elements provided cannot be represented by Delaunay elements.
See Also