Click or drag to resize

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: 25.1.421.0 (25.1.421.0)
Syntax
public TwoBodyGravity(
	Point targetPoint,
	CentralBody centralBody,
	double gravitationalParameter
)

Parameters

targetPoint
Type: AGI.Foundation.Geometry.Point
The point at which to measure gravity.
centralBody
Type: AGI.Foundation.Celestial.CentralBody
The central body around which the point is defined.
gravitationalParameter
Type: System.Double
The gravitational parameter of the central body.
See Also