Navigation
API > API/Plugins > API/Plugins/CelestialVault > API/Plugins/CelestialVault/UCelestialMaths
Description
Because the Dates are expressed around Jan 1, 4713 BC, we need a special Floor function to have the right years continuity
Special "Math.floor()" function used by dateToJulianDate()
| Name | FloorForJulianDate |
| 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 |
static int32 FloorForJulianDate
(
double JulianDate
)