computeSunPositionInEarthInertialFrame

fun computeSunPositionInEarthInertialFrame(julianDate: JulianDate? = definedExternally, result: Cartesian3? = definedExternally): Cartesian3(source)

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

Return

Calculated sun position

Parameters

julianDate

The time at which to compute the Sun's position, if not provided the current system time is used.

result

The object onto which to store the result.

See also