HDK
|
#include <UT_Complex.h>
Public Member Functions | |
UT_ComplexT () | |
UT_ComplexT (T r, T i) | |
UT_ComplexT (const UT_ComplexT &) | |
UT_ComplexT (const UT_Vector2T< T > &vec) | |
void | set (T r, T i) |
UT_ComplexT & | operator= (const UT_ComplexT &) |
int | operator== (const UT_ComplexT &) const |
UT_ComplexT | operator+ (T) const |
UT_ComplexT | operator+ (const UT_ComplexT &) const |
UT_ComplexT | operator- () const |
UT_ComplexT | operator- (T) const |
UT_ComplexT | operator- (const UT_ComplexT &) const |
UT_ComplexT | operator* (T) const |
UT_ComplexT | operator* (const UT_ComplexT &) const |
UT_ComplexT | operator/ (T) const |
UT_ComplexT | operator/ (const UT_ComplexT &) const |
operator UT_Vector2T< T > () const | |
UT_ComplexT | pow (T exp) const |
T | real () const |
T & | real () |
T | imaginary () const |
T & | imaginary () |
T | magnitude () const |
T | magnitude2 () const |
T | phase () const |
Definition at line 25 of file UT_Complex.h.
|
inline |
Definition at line 88 of file UT_Complex.h.
|
inline |
Definition at line 96 of file UT_Complex.h.
|
inline |
Definition at line 104 of file UT_Complex.h.
|
inline |
Definition at line 43 of file UT_Complex.h.
|
inline |
Definition at line 70 of file UT_Complex.h.
|
inline |
Definition at line 71 of file UT_Complex.h.
|
inline |
Definition at line 241 of file UT_Complex.h.
|
inline |
Definition at line 248 of file UT_Complex.h.
|
inline |
Definition at line 63 of file UT_Complex.h.
|
inline |
Definition at line 175 of file UT_Complex.h.
|
inline |
Definition at line 182 of file UT_Complex.h.
|
inline |
Definition at line 140 of file UT_Complex.h.
|
inline |
Definition at line 154 of file UT_Complex.h.
|
inline |
Definition at line 161 of file UT_Complex.h.
|
inline |
Definition at line 147 of file UT_Complex.h.
|
inline |
Definition at line 168 of file UT_Complex.h.
|
inline |
Definition at line 219 of file UT_Complex.h.
|
inline |
Definition at line 226 of file UT_Complex.h.
|
inline |
Definition at line 120 of file UT_Complex.h.
|
inline |
Definition at line 130 of file UT_Complex.h.
|
inline |
Definition at line 255 of file UT_Complex.h.
|
inline |
Definition at line 195 of file UT_Complex.h.
|
inline |
Definition at line 68 of file UT_Complex.h.
|
inline |
Definition at line 69 of file UT_Complex.h.
|
inline |
Definition at line 112 of file UT_Complex.h.