Ang(void) const | CLAM::PolarTmpl< T > | [inline] |
Imag(void) const | CLAM::PolarTmpl< T > | [inline] |
Mag(void) const | CLAM::PolarTmpl< T > | [inline] |
operator!=(const PolarTmpl< T > &b) const | CLAM::PolarTmpl< T > | [inline] |
operator*(const PolarTmpl< T > &b) const | CLAM::PolarTmpl< T > | [inline] |
operator+(const PolarTmpl< T > &b) const | CLAM::PolarTmpl< T > | [inline] |
operator+=(const PolarTmpl< T > &a) | CLAM::PolarTmpl< T > | [inline] |
operator-(const PolarTmpl< T > &b) const | CLAM::PolarTmpl< T > | [inline] |
operator-=(const PolarTmpl< T > &a) | CLAM::PolarTmpl< T > | [inline] |
operator/(const PolarTmpl< T > &b) const | CLAM::PolarTmpl< T > | [inline] |
operator=(const float mag) | CLAM::PolarTmpl< T > | [inline] |
operator=(const PolarTmpl< T > &a) | CLAM::PolarTmpl< T > | [inline] |
operator==(const PolarTmpl< T > &b) const | CLAM::PolarTmpl< T > | [inline] |
PolarTmpl(T mag=0.0, T ang=0.0) | CLAM::PolarTmpl< T > | [inline] |
Real(void) const | CLAM::PolarTmpl< T > | [inline] |
SetAng(const T &ang) | CLAM::PolarTmpl< T > | [inline] |
SetMag(const T &mag) | CLAM::PolarTmpl< T > | [inline] |
ToComplex(const T &real, const T &imag) | CLAM::PolarTmpl< T > | [friend] |