|
| D2point (double a, double b) |
|
| D2point (double *a) |
|
void | set (double a, double b) |
|
void | get (double &a, double &b) |
|
double | get_X () |
|
double | get_Y () |
|
void | set_X (double a) |
|
void | set_Y (double a) |
|
double | magnitude () |
|
D2point | operator() (double a, double b) |
|
D2point | operator+ (const D2point &a) |
|
D2point | operator- (const D2point &a) const |
|
D2point | operator* (const double &d) |
|
D2point | operator/ (const double &d) |
|
D2point & | operator+= (const D2point &a) |
|
D2point & | operator-= (const D2point &a) |
|
D2point | operator~ () |
|
double | operator* (const D2point &a) |
|
int | operator== (const D2point &a) const |
|
| D2point (const D2point &source_point) |
|
D2point & | operator= (const D2point &source_point) |
|
|
std::ostream & | operator<< (std::ostream &, D2point) |
|
std::istream & | operator>> (std::istream &, D2point &) |
|
D2point | operator* (const double &d, const D2point &a) |
|
The documentation for this class was generated from the following file:
- isce/cxx/isce3/unwrap/phass/Point.h