|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
constexprnoexcept |
Map x from [in_lo, in_hi] to [out_lo, out_hi], unclamped.
Values outside [in_lo, in_hi] extrapolate linearly. Use map_clamped() when the output must stay within [out_lo, out_hi].
Degenerate input range (in_lo == in_hi) returns out_lo.
Definition at line 18 of file Scalar.hpp.
Referenced by map_clamped().
Here is the caller graph for this function: