JplDE430GetMoonFixedFrame Method |
Uses the JplDE430 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: 24.2.419.0 (24.2.419.0)
Syntax public 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.
Remarks This uses the International Celestial Reference Frame from the
Earth in the
CentralBodiesFacet to define these axes.
See Also