|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
|
noexcept |
Logarithmic map y = a * log_base(b*x + c) applied in-place Values where (b*x + c) <= 0 are mapped to 0.
Scalar transcendental — not SIMD hot-path.
| data | Target span |
| a | Scale factor |
| b | Input scale |
| c | Input offset |
| base | Logarithm base (default: e) |
Definition at line 34 of file Transform.cpp.