ThirdBodyGravity Constructor (Point) | 
 
            Initializes a new instance based on the given target point. 
            By default, the central body is 
Earth.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ThirdBodyGravity(
	Point targetPoint
)
Public Sub New ( 
	targetPoint As Point
)
public:
ThirdBodyGravity(
	Point^ targetPoint
)
new : 
        targetPoint : Point -> ThirdBodyGravityParameters
- targetPoint
 - Type: AGI.Foundation.GeometryPoint
The point at which to measure the perturbation of the third bodies. 
See Also