|
Img2Num C++ (Internal Developer Docs)
dev
API Documentation
|
Collaboration diagram for Point:Public Member Functions | |
| Point | operator+ (const Point &other) const |
| Point | operator- (const Point &other) const |
| Point | operator* (float scalar) const |
| Point | operator/ (float scalar) const |
| Point & | operator+= (const Point &other) |
Static Public Member Functions | |
| static float | distSq (Point a, Point b) |
Public Attributes | |
| float | x = 0 |
| float | y = 0 |
Friends | |
| Point | operator* (float scalar, const Point &v) |