#include <kanzi/core/core_api.hpp>
#include <kanzi/core/cpp/chrono.hpp>
#include <kanzi/core/cpp/optional.hpp>
Classes | |
struct | kanzi::TimeInterval |
Interval in time specified as start and end timestamps. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Functions | |
optional< TimeInterval > | kanzi::getIntersection (const TimeInterval &first, const TimeInterval &second) |
Gets intersection of two intervals. More... | |