List of all members.
Public Member Functions |
| ComplexNumber (t_float re=0.0f, t_float im=0.0f) |
| ComplexNumber (const ComplexNumber &) |
ComplexNumber & | operator= (const ComplexNumber &) |
void | operator+= (const ComplexNumber &) |
void | operator-= (const ComplexNumber &) |
void | operator*= (const ComplexNumber &) |
void | operator/= (const ComplexNumber &) |
void | conjugue () |
t_float | absolute () |
t_bool | IsNull () |
t_float | real () const |
t_float | imaginary () const |
void | real (t_float r) |
void | imaginary (t_float i) |
Detailed Description
Definition at line 29 of file Complex.h.
The documentation for this class was generated from the following files: