| EarthMoonBarycenterUpdateEarthMoonBarycenterPoint Method  | 
  
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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
See Also