A pair (x,y) of pixel coordinates (integer resolution).
#include <mrpt/utils/TPixelCoord.h>
Public Member Functions | |
| TPixelCoord () | |
| TPixelCoord (const int _x, const int _y) | |
Public Attributes | |
| int | x |
| int | y |
| mrpt::utils::TPixelCoord::TPixelCoord | ( | ) | [inline] |
Definition at line 56 of file TPixelCoord.h.
| mrpt::utils::TPixelCoord::TPixelCoord | ( | const int | _x, |
| const int | _y | ||
| ) | [inline] |
Definition at line 57 of file TPixelCoord.h.
Definition at line 59 of file TPixelCoord.h.
Definition at line 59 of file TPixelCoord.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |