|
PCB Environment 2
|
Public Member Functions | |
| IPoint_2 (int X, int Y) | |
| IPoint_2 (const IVector_2 &v) | |
| IPoint_2 (const int *v) | |
| IPoint_2 (const uint *v) | |
| IPoint_2 & | operator= (const IPoint_2 &P) |
| bool | operator== (const IPoint_2 &P) const |
| bool | operator!= (const IPoint_2 &P) const |
| bool | isPositive () const |
| IPoint_2 | operator+ (const IVector_2 &v) const |
| IPoint_2 | operator- (const IVector_2 &v) const |
| IPoint_2 & | operator+= (const IVector_2 &v) |
| IPoint_2 & | operator-= (const IVector_2 &v) |
| IVector_2 | vector () const |
Data Fields | |
| int32_t | x |
| int32_t | y |