|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
|
strong |
Strategy for converting complex numbers to real values.
| Enumerator | |
|---|---|
| MAGNITUDE | |z| = sqrt(real² + imag²) |
| REAL_PART | z.real() |
| IMAG_PART | z.imag() |
| SQUARED_MAGNITUDE | |z|² = real² + imag² |
Definition at line 16 of file DataUtils.hpp.