EarthMoonBarycenterUpdateEarthMoonBarycenterPoint Method |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void UpdateEarthMoonBarycenterPoint(
Point earthCenterOfMassPoint,
Point moonCenterOfMassPoint,
double earthMoonMassRatio
)
Public Sub UpdateEarthMoonBarycenterPoint (
earthCenterOfMassPoint As Point,
moonCenterOfMassPoint As Point,
earthMoonMassRatio As Double
)
public:
void UpdateEarthMoonBarycenterPoint(
Point^ earthCenterOfMassPoint,
Point^ moonCenterOfMassPoint,
double earthMoonMassRatio
)
member UpdateEarthMoonBarycenterPoint :
earthCenterOfMassPoint : Point *
moonCenterOfMassPoint : Point *
earthMoonMassRatio : float -> unit
Parameters
- earthCenterOfMassPoint
- Type: AGI.Foundation.GeometryPoint
The center of mass of the Earth. - moonCenterOfMassPoint
- Type: AGI.Foundation.GeometryPoint
The center of mass of the Moon. - earthMoonMassRatio
- Type: SystemDouble
The gravitational parameter of the Earth divided
by the gravitational parameter of the Moon.
See Also