#include <stage.hh>
Public Member Functions | |
bool | operator+= (const point_t &other) |
point_t (meters_t x, meters_t y) | |
point_t () | |
Public Attributes | |
meters_t | x |
meters_t | y |
Define a point on a 2d plane
Stg::point_t::point_t | ( | ) | [inline] |
bool Stg::point_t::operator+= | ( | const point_t & | other | ) | [inline] |