#include "platform.hpp"
#include <math.h>
#include <cmath>
#include <cstdlib>
#include <boost/math/special_functions/fpclassify.hpp>
#include <boost/math/special_functions/round.hpp>
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Macros | |
#define | _USE_MATH_DEFINES |
Functions | |
float | kanzi::roundDown (double num) |
Helper function similar to floor, but takes a double and returns a float. More... | |
unsigned int | kanzi::uround (float value) |
Round float to unsigned integer. More... | |
#define _USE_MATH_DEFINES |