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