TwoBodyGravity Constructor (Point, CentralBody, Double) |
Initializes a new instance based on the given target point and central body.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TwoBodyGravity(
Point targetPoint,
CentralBody centralBody,
double gravitationalParameter
)
Public Sub New (
targetPoint As Point,
centralBody As CentralBody,
gravitationalParameter As Double
)
public:
TwoBodyGravity(
Point^ targetPoint,
CentralBody^ centralBody,
double gravitationalParameter
)
new :
targetPoint : Point *
centralBody : CentralBody *
gravitationalParameter : float -> TwoBodyGravity
Parameters
- targetPoint
- Type: AGI.Foundation.GeometryPoint
The point at which to measure gravity. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body around which the point is defined. - gravitationalParameter
- Type: SystemDouble
The gravitational parameter of the central body.
See Also