Ang() const | CLAM::Complex | [inline] |
Complex(T re=0.f, T im=0.f) | CLAM::Complex | [inline] |
Complex(const Complex &rhs) | CLAM::Complex | [inline] |
Imag() const | CLAM::Complex | [inline] |
Mag() const | CLAM::Complex | [inline] |
operator!=(const Complex &b) const | CLAM::Complex | [inline] |
operator*(const Complex &rhs) const | CLAM::Complex | [inline] |
operator*(const T &scalar) const | CLAM::Complex | [inline] |
operator+(const Complex &rhs) const | CLAM::Complex | [inline] |
operator+=(const Complex &rhs) | CLAM::Complex | [inline] |
operator-(const Complex &rhs) const | CLAM::Complex | [inline] |
operator-=(const Complex &rhs) | CLAM::Complex | [inline] |
operator/(const Complex &rhs) const | CLAM::Complex | [inline] |
operator=(const T re) | CLAM::Complex | [inline] |
operator=(const Complex &rhs) | CLAM::Complex | [inline] |
operator==(const Complex &b) const | CLAM::Complex | [inline] |
Real() const | CLAM::Complex | [inline] |
SetImag(const T im) | CLAM::Complex | [inline] |
SetReal(const T re) | CLAM::Complex | [inline] |
SquaredMag() const | CLAM::Complex | [inline] |
ToPolar(const T &r, const T &theta) | CLAM::Complex | [inline] |