#include <point.h>
Public Member Functions | |
point (T _x, T _y) | |
point () | |
Public Attributes | |
T | x |
T | y |
Definition at line 13 of file point.h.
GMapping::point< T >::point | ( | ) | [inline] |
GMapping::point< T >::point | ( | T | _x, | |
T | _y | |||
) | [inline] |
T GMapping::point< T >::x |
T GMapping::point< T >::y |