Simon1994PlanetaryPositions

Contains functions for finding the Cartesian coordinates of the sun and the moon in the Earth-centered inertial frame.

See also

Functions

Link copied to clipboard
fun computeMoonPositionInEarthInertialFrame(julianDate: JulianDate? = definedExternally, result: Cartesian3? = definedExternally): Cartesian3

Computes the position of the Moon in the Earth-centered inertial frame

Link copied to clipboard
fun computeSunPositionInEarthInertialFrame(julianDate: JulianDate? = definedExternally, result: Cartesian3? = definedExternally): Cartesian3

Computes the position of the Sun in the Earth-centered inertial frame