Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public EquinoctialElements(
	Motion<Cartesian> motion,
	double gravitationalParameter
)

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