Click or drag to resize

ThirdBodyGravityThirdBodyInfo Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ThirdBodyInfo(
	string name,
	Point position,
	double gravitationalParameter
)

Parameters

name
Type: SystemString
The name to identify the perturbing gravitational body.
position
Type: AGI.Foundation.GeometryPoint
The position of the perturbing gravitational body.
gravitationalParameter
Type: SystemDouble
The gravitational parameter of the body, in meters cubed per second squared.
See Also