LinearToLogScale

Takes an input range which is linear and converts it to a logarithmic scale.

Constructors

this
this()
Undocumented in source.

Members

Functions

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

Inherited Members

From Scale

initialize
void initialize(RealRange inputRange, RealRange outputRange)

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

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.
_a
float _a;
Undocumented in source.
_b
float _b;
Undocumented in source.
_minVal
float _minVal;
Undocumented in source.
_maxVal
float _maxVal;
Undocumented in source.

Meta