IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
Complex (double _x) | |
Complex (double _x, double _y) | |
Static Public Member Functions | |
static implicit | operator Complex (double _x) |
static bool | operator== (Complex lhs, Complex rhs) |
static bool | operator!= (Complex lhs, Complex rhs) |
static Complex | operator+ (Complex lhs) |
static Complex | operator- (Complex lhs) |
static Complex | operator+ (Complex lhs, Complex rhs) |
static Complex | operator- (Complex lhs, Complex rhs) |
static Complex | operator* (Complex lhs, Complex rhs) |
static Complex | operator/ (Complex lhs, Complex rhs) |
Public Attributes | |
double | x |
double | y |
|
inline |
Referenced by AP1.Complex.operator Complex(), AP1.Complex.operator*(), AP1.Complex.operator+(), and AP1.Complex.operator-().
|
inline |
|
inlinestatic |
References AP1.Complex.Complex().
References AP1.Complex.x, and AP1.Complex.y.
References AP1.Complex.x, and AP1.Complex.y.
References AP1.Complex.Complex(), AP1.Complex.x, and AP1.Complex.y.
References AP1.Complex.Complex(), AP1.Complex.x, and AP1.Complex.y.
References AP1.Complex.Complex(), AP1.Complex.x, and AP1.Complex.y.
References AP1.Complex.Complex(), AP1.Complex.x, and AP1.Complex.y.
References AP1.Complex.x, and AP1.Complex.y.
double AP1.Complex.x |
double AP1.Complex.y |