|
PCB Environment 2
|
Public Member Functions | |
| constexpr | IPoint_3 (int X, int Y, int Z) |
| IPoint_3 (const IVector_3 &v) | |
| IPoint_3 (const int *v) | |
| IPoint_3 (const uint *v) | |
| IPoint_3 & | operator= (const IPoint_3 &P) |
| bool | operator== (const IPoint_3 &P) const |
| bool | operator!= (const IPoint_3 &P) const |
| bool | isPositive () const |
| uint | index (const IVector_3 &size) const |
| IPoint_2 | xy () const |
| IPoint_3 | operator+ (const IVector_3 &v) const |
| IPoint_3 | operator- (const IVector_3 &v) const |
| IVector_3 | operator- (const IPoint_3 &P) const |
| IPoint_3 & | operator+= (const IVector_3 &v) |
| IPoint_3 & | operator-= (const IVector_3 &v) |
| IVector_3 | vector () const |
Data Fields | |
| int32_t | x |
| int32_t | y |
| int32_t | z |