Kanzi  3.9.6
Kanzi Engine API
math.hpp File Reference
#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...
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES