humoto
|
Definition in file time.h.
Go to the source code of this file.
Classes | |
class | humoto::Timer |
Timer. More... | |
Namespaces | |
humoto | |
The root namespace of HuMoTo. | |
Functions | |
double HUMOTO_LOCAL | humoto::convertMillisecondToSecond (const std::size_t milliseconds) |
Converts milliseconds to seconds. More... | |
std::size_t HUMOTO_LOCAL | humoto::convertSecondToMillisecond (const double seconds) |
Converts seconds to milliseconds. More... | |
std::size_t HUMOTO_LOCAL | humoto::truncateSecondToMillisecond (const double seconds) |
Converts seconds to milliseconds (with truncation instead of rounding) More... | |