Antkeeper
0.0.1
|
#include <engine/math/numbers.hpp>
Go to the source code of this file.
Namespaces | |
physics | |
Physics. | |
physics::time | |
Time-related functions. | |
physics::time::ut1 | |
UT1 universal time. | |
Functions | |
template<class T > | |
T | physics::time::ut1::to_jd (T t) |
Converts UT1 to JD. More... | |
template<class T > | |
T | physics::time::ut1::era (T t) |
Calculates the Earth Rotation Angle (ERA) at a given UT1 date. More... | |