TwoBodyGravity Constructor (Point) |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TwoBodyGravity(
Point targetPoint
)
Public Sub New (
targetPoint As Point
)
public:
TwoBodyGravity(
Point^ targetPoint
)
new :
targetPoint : Point -> TwoBodyGravity
Parameters
- targetPoint
- Type: AGI.Foundation.Geometry.Point
The point at which to measure gravity.
See Also