|
GClasses
|
#include <GFourier.h>
Public Member Functions | |
| void | interpolate (ComplexNumber &a, double w, ComplexNumber &b) |
| Performs polar interpolation. If w is close to zero, most weight will be given to a. If w is close to 1, most weight will be given to b. More... | |
| void | multiply (struct ComplexNumber *pOther) |
| double | squaredMagnitude () |
| Returns the squared magnitude of this value. More... | |
Public Attributes | |
| double | imag |
| double | real |
| void GClasses::ComplexNumber::interpolate | ( | ComplexNumber & | a, |
| double | w, | ||
| ComplexNumber & | b | ||
| ) |
Performs polar interpolation. If w is close to zero, most weight will be given to a. If w is close to 1, most weight will be given to b.
|
inline |
|
inline |
Returns the squared magnitude of this value.
| double GClasses::ComplexNumber::imag |
| double GClasses::ComplexNumber::real |