JplDE405GetMoonTopographicFixedFrame Method |
Uses the JplDE405 data to return the orientation and position of the Moon's "Mean Earth" axes which define a fixed
frame with the z-axis pointing toward the mean axis of rotation, the x-axis pointing toward the mean
direction to the Earth, and the y-axis orthogonal. This is useful for describing topographic features
on 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 GetMoonTopographicFixedFrame()
Public Function GetMoonTopographicFixedFrame As ReferenceFrame
public:
ReferenceFrame^ GetMoonTopographicFixedFrame()
member GetMoonTopographicFixedFrame : 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