Point with integer coordinates. More...
#include <DataStructures.h>
Public Member Functions | |
| MPoint (int x, int y) | |
Static Public Member Functions | |
| static MPoint | operator+ (MPoint p1, MPoint p2) |
Public Attributes | |
| int | x |
| int | y |
Point with integer coordinates.
Definition at line 15 of file DataStructures.h.
|
inline |
Definition at line 20 of file DataStructures.h.
Definition at line 22 of file DataStructures.h.
| int Mmind::Dl::MPoint::x |
Definition at line 17 of file DataStructures.h.
| int Mmind::Dl::MPoint::y |
Definition at line 18 of file DataStructures.h.