Scale

Undocumented in source.

Members

Functions

convert
float convert(float x)

input value is converted and returned.

getA
float getA()
Undocumented in source. Be warned that the author may not have intended to support it.
getB
float getB()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(RealRange inputRange, RealRange outputRange)

Calculates the coefficient a and b based on the ranges given.

Variables

_a
float _a;
Undocumented in source.
_b
float _b;
Undocumented in source.
_maxVal
float _maxVal;
Undocumented in source.
_minVal
float _minVal;
Undocumented in source.

Meta