|
Limbo
|
a custom point class More...
Public Types | |
| typedef int | value_type |
| coordinate type | |
Public Member Functions | |
| value_type const & | x () const |
| access x coordinate More... | |
| value_type const & | y () const |
| access y coordinate More... | |
| void | x (value_type v) |
| set x coordinate | |
| void | y (value_type v) |
| set y coordinate | |
Public Attributes | |
| value_type | m_x |
| x coordinate | |
| value_type | m_y |
| y coordinate | |
a custom point class
Definition at line 22 of file test_p2r.cpp.
|
inline |
|
inline |
1.8.8