Gin
Functions
math Namespace Reference

Functions

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

Function Documentation

◆ pow2()

float math::pow2 ( float  v)

◆ pow4()

float math::pow4 ( float  v)

◆ pow8()

float math::pow8 ( float  v)

◆ lerp()

float math::lerp ( float  a,
float  b,
float  t 
)

◆ min()

float math::min ( float  a,
float  b 
)

◆ max()

float math::max ( float  a,
float  b 
)

◆ minVal()

float math::minVal ( float  a)

◆ maxVal()

float math::maxVal ( float  a)