Click or drag to resize

EquinoctialElements Constructor (Cartesian, Cartesian, Double)

Initialize a set of equinoctial elements from cartesian position and velocity.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public EquinoctialElements(
	Cartesian position,
	Cartesian velocity,
	double gravitationalParameter
)

Parameters

position
Type: AGI.Foundation.Coordinates.Cartesian
Cartesian position (distance).
velocity
Type: AGI.Foundation.Coordinates.Cartesian
Cartesian velocity (distance per time).
gravitationalParameter
Type: System.Double
Gravitational parameter (distance cubed per time squared).
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the position and velocity represent an open orbit (with an eccentricity greater than or equal to one).
See Also