JplDECreateEarthMoonBarycenterPoint Method |
Creates a
Point that represents the position of
the Earth-Moon barycenter calculated from the data in this class.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Point CreateEarthMoonBarycenterPoint()
Public Function CreateEarthMoonBarycenterPoint As Point
public:
Point^ CreateEarthMoonBarycenterPoint()
member CreateEarthMoonBarycenterPoint : unit -> Point
Return Value
Type:
PointThe position of the Earth-Moon barycenter.
See Also