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 AP.Complex.operator Complex(), AP.Complex.operator*(), AP.Complex.operator+(), and AP.Complex.operator-().
|
inline |
|
inlinestatic |
References AP.Complex.Complex().
References AP.Complex.x, and AP.Complex.y.
References AP.Complex.x, and AP.Complex.y.
References AP.Complex.Complex(), AP.Complex.x, and AP.Complex.y.
References AP.Complex.Complex(), AP.Complex.x, and AP.Complex.y.
References AP.Complex.Complex(), AP.Complex.x, and AP.Complex.y.
References AP.Complex.Complex(), AP.Complex.x, and AP.Complex.y.
References AP.Complex.x, and AP.Complex.y.
double AP.Complex.x |
double AP.Complex.y |