ThirdBodyGravityAddThirdBody Method |
Adds a
Point representing the position of the perturbing gravitational body
and a double representing its gravitational parameter, in meters cubed per second squared.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void AddThirdBody(
string name,
Point point,
double gravitationalParameter
)
Public Sub AddThirdBody (
name As String,
point As Point,
gravitationalParameter As Double
)
public:
void AddThirdBody(
String^ name,
Point^ point,
double gravitationalParameter
)
member AddThirdBody :
name : string *
point : Point *
gravitationalParameter : float -> unit
Parameters
- name
- Type: SystemString
The name to identify the gravitational body. - point
- Type: AGI.Foundation.GeometryPoint
The position of the gravitational body. - gravitationalParameter
- Type: SystemDouble
The gravitational parameter of the body,
in meters cubed per second squared.
See Also