map a value from one range to another
More...
#include <XXRange.h>
map a value from one range to another
◆ Mapper()
| XX::Range::Mapper::Mapper |
( |
const float & | minInput, |
|
|
const float & | maxInput, |
|
|
const float & | minOutput, |
|
|
const float & | maxOutput ) |
◆ operator()()
| float XX::Range::Mapper::operator() |
( |
const float & | input | ) |
const |
◆ setMaxInput()
| void XX::Range::Mapper::setMaxInput |
( |
const float & | value | ) |
|
◆ setMaxOutput()
| void XX::Range::Mapper::setMaxOutput |
( |
const float & | value | ) |
|
◆ setMinInput()
| void XX::Range::Mapper::setMinInput |
( |
const float & | value | ) |
|
◆ setMinOutput()
| void XX::Range::Mapper::setMinOutput |
( |
const float & | value | ) |
|
The documentation for this class was generated from the following file: