Navigation
API > API/Plugins > API/Plugins/CelestialVault > API/Plugins/CelestialVault/UCelestialMaths
Description
Return the nutation in right ascension ( aka the equation of the equinoxes) in Degrees
This correction term is used when computing the Greenwich apparent sidereal from the Greenwich mean sidereal time
| Name | EquationOfTheEquinoxes |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CelestialVault/Source/CelestialVault/Public/CelestialMaths.h |
| Include Path | #include "CelestialMaths.h" |
| Source | /Engine/Plugins/Experimental/CelestialVault/Source/CelestialVault/Private/CelestialMaths.cpp |
UFUNCTION (BlueprintCallable, Category="Celestial Vault|Earth")
static double EquationOfTheEquinoxes
(
double JulianDate
)