Click or drag to resize

TwoBodyGravity Constructor (Point)

Initializes a new instance based on the given target point. By default the CentralBody is set to Earth from the CentralBodiesFacet and the GravitationalParameter is set to GravitationalParameter.

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
)

Parameters

targetPoint
Type: AGI.Foundation.Geometry.Point
The point at which to measure gravity.
See Also