#include <UT_Complex.h>
Public Member Functions | |
| UT_Complex () | |
| UT_Complex (fpreal64 r, fpreal64 i) | |
| UT_Complex (const UT_Complex &) | |
| void | set (fpreal64 r, fpreal64 i) |
| UT_Complex & | operator= (const UT_Complex &) |
| int | operator== (const UT_Complex &) const |
| UT_Complex | operator+ (fpreal64) const |
| UT_Complex | operator+ (const UT_Complex &) const |
| UT_Complex | operator- (fpreal64) const |
| UT_Complex | operator- (const UT_Complex &) const |
| UT_Complex | operator* (fpreal64) const |
| UT_Complex | operator* (const UT_Complex &) const |
| UT_Complex | operator/ (fpreal64) const |
| UT_Complex | operator/ (const UT_Complex &) const |
| UT_Complex | pow (fpreal64 exp) const |
| float | real () const |
| float | imaginary () const |
| fpreal64 | magnitude () const |
| fpreal64 | magnitude2 () const |
| fpreal64 | phase () const |
Definition at line 28 of file UT_Complex.h.
| UT_Complex::UT_Complex | ( | ) |
| UT_Complex::UT_Complex | ( | const UT_Complex & | ) |
| float UT_Complex::imaginary | ( | ) | const [inline] |
Definition at line 53 of file UT_Complex.h.
| fpreal64 UT_Complex::magnitude | ( | ) | const |
| fpreal64 UT_Complex::magnitude2 | ( | ) | const |
| UT_Complex UT_Complex::operator* | ( | const UT_Complex & | ) | const |
| UT_Complex UT_Complex::operator* | ( | fpreal64 | ) | const |
| UT_Complex UT_Complex::operator+ | ( | const UT_Complex & | ) | const |
| UT_Complex UT_Complex::operator+ | ( | fpreal64 | ) | const |
| UT_Complex UT_Complex::operator- | ( | const UT_Complex & | ) | const |
| UT_Complex UT_Complex::operator- | ( | fpreal64 | ) | const |
| UT_Complex UT_Complex::operator/ | ( | const UT_Complex & | ) | const |
| UT_Complex UT_Complex::operator/ | ( | fpreal64 | ) | const |
| UT_Complex& UT_Complex::operator= | ( | const UT_Complex & | ) |
| int UT_Complex::operator== | ( | const UT_Complex & | ) | const |
| fpreal64 UT_Complex::phase | ( | ) | const |
| UT_Complex UT_Complex::pow | ( | fpreal64 | exp | ) | const |
| float UT_Complex::real | ( | ) | const [inline] |
Definition at line 52 of file UT_Complex.h.
1.5.9