Antkeeper  0.0.1
Namespaces | Functions
gregorian.hpp File Reference
#include <engine/physics/time/jd.hpp>

Go to the source code of this file.

Namespaces

 physics
 Physics.
 
 physics::time
 Time-related functions.
 
 physics::time::gregorian
 Gregorian calender time.
 

Functions

template<class T >
physics::time::gregorian::to_jd (int year, int month, int day, int hour, int minute, T second, T utc)
 Calculates the JD time from a Gregorian date and time. More...
 
template<class T >
physics::time::gregorian::to_ut1 (int year, int month, int day, int hour, int minute, T second, T utc)
 Calculates the UT1 time from a Gregorian date and time. More...