computeMoonPositionInEarthInertialFrame
fun computeMoonPositionInEarthInertialFrame(julianDate: JulianDate? = definedExternally, result: Cartesian3? = definedExternally): Cartesian3(source)
Computes the position of the Moon in the Earth-centered inertial frame
Return
Calculated moon position
Parameters
julianDate
The time at which to compute the Moon's position, if not provided the current system time is used.
result
The object onto which to store the result.