|
Public Member Functions |
| VrComplex (float r, float i) |
| VrComplex (float r) |
| VrComplex () |
VrComplex & | operator= (const VrComplex &) |
VrComplex & | operator= (const float &) |
VrComplex & | operator= (const double &) |
VrComplex & | operator= (const int &) |
VrComplex & | operator+= (const VrComplex &) |
VrComplex & | operator-= (const VrComplex &) |
VrComplex & | operator *= (const VrComplex &) |
VrComplex & | operator/= (const VrComplex &) |
float | real () const |
float | imag () const |
void | real (float x) |
void | imag (float x) |
Private Attributes |
float | re |
float | im |
Friends |
float | real (const VrComplex &) |
float | imag (const VrComplex &) |
VrComplex | operator+ (const VrComplex &, const VrComplex &) |
VrComplex | operator+ (const VrComplex &, float) |
VrComplex | operator+ (float, const VrComplex &) |
VrComplex | operator- (const VrComplex &, const VrComplex &) |
VrComplex | operator- (const VrComplex &, float) |
VrComplex | operator- (float, const VrComplex &) |
VrComplex | operator * (const VrComplex &, const VrComplex &) |
VrComplex | operator * (const VrComplex &, float) |
VrComplex | operator * (float, const VrComplex &) |
VrComplex | operator/ (const VrComplex &, const VrComplex &) |
VrComplex | operator/ (const VrComplex &, float) |
VrComplex | operator/ (float, const VrComplex &) |
bool | operator== (const VrComplex &, const VrComplex &) |
bool | operator== (const VrComplex &, float) |
bool | operator== (float, const VrComplex &) |
bool | operator!= (const VrComplex &, const VrComplex &) |
bool | operator!= (const VrComplex &, float) |
bool | operator!= (float, const VrComplex &) |
VrComplex | polar (float, float) |
VrComplex | pow (const VrComplex &, const VrComplex &) |
VrComplex | pow (const VrComplex &, float) |
VrComplex | pow (const VrComplex &, int) |
VrComplex | pow (float, const VrComplex &) |