1 #ifndef LINEAR_TO_LOG_H 2 #define LINEAR_TO_LOG_H 22 #endif // LINEAR_TO_LOG_H double linearize(double value, bool isLog) const
Convert log coordinates to linear. This is a noop if the input is already linear. ...
double delinearize(double value, bool isLog) const
Convert linear coordinates to log. This is a noop if the output is supposed to be linear...
Warps log coordinates to make them linear before passing them to code that accepts only linear coordi...