ThirdBodyGravityThirdBodyInfo Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ThirdBodyInfo(
string name,
Point position,
double gravitationalParameter
)
Public Sub New (
name As String,
position As Point,
gravitationalParameter As Double
)
public:
ThirdBodyInfo(
String^ name,
Point^ position,
double gravitationalParameter
)
new :
name : string *
position : Point *
gravitationalParameter : float -> ThirdBodyInfo
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