Qualia  0.2
Functions
map.h File Reference
#include <qualia/core/common.h>
Include dependency graph for map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

real mapReal (real x, real in_min, real in_max, real out_min, real out_max)
 Remaps a real value in [minVal, maxVal]. More...
 

Function Documentation

real mapReal ( real  x,
real  in_min,
real  in_max,
real  out_min,
real  out_max 
)

Remaps a real value in [minVal, maxVal].