![]() |
nsbaci 1.0
|
2D point/position representation. More...
#include <drawingTypes.h>
Public Member Functions | |
| Point (int32_t px, int32_t py) | |
| bool | operator== (const Point &other) const |
| Point | operator+ (const Point &other) const |
| Point | operator- (const Point &other) const |
Public Attributes | |
| int32_t | x = 0 |
| int32_t | y = 0 |
2D point/position representation.