JplDE440GetMoonFixedFrame Method  | 
 
            Uses the JplDE440 data to return the orientation and position of the Moon's principal axes of inertia to define a fixed
            frame.  This is useful as a frame in which to describe the gravity of the Moon.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReferenceFrame GetMoonFixedFrame()
Public Function GetMoonFixedFrame As ReferenceFrame
public:
ReferenceFrame^ GetMoonFixedFrame()
member GetMoonFixedFrame : unit -> ReferenceFrame 
Return Value
Type: 
ReferenceFrameA 
ReferenceFrame representing the orientation and position of the Moon.
RemarksThis uses the International Celestial Reference Frame from the 
Earth in the 
            
CentralBodiesFacet to define these axes.
See Also