Simon1994PlanetaryPositions.Earth Property |
Gets a point describing the motion of the Earth. This point uses the
Moon point and
the 1992 mu value (ratio between Moon and Earth masses) in Table 2 of the paper in order
to determine the position of the Earth relative to the Earth-Moon barycenter.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Point Earth { get; }
Public Shared ReadOnly Property Earth As Point
Get
public:
static property Point^ Earth {
Point^ get ();
}
static member Earth : Point with get
Property Value
Type:
Point
See Also