Gin
Namespaces | Functions
gin_math.h File Reference

Namespaces

 math
 

Functions

float math::pow2 (float v)
 
float math::pow4 (float v)
 
float math::pow8 (float v)
 
float math::lerp (float a, float b, float t)
 
float math::min (float a, float b)
 
float math::max (float a, float b)
 
float math::minVal (float a)
 
float math::maxVal (float a)