#include <mrpt/utils/types.h>
Public Member Functions | |
TPixelCoordf () | |
Default constructor: undefined values of x,y. | |
TPixelCoordf (const double _x, const double _y) | |
Constructor from x,y values. | |
Public Attributes | |
double | x |
double | y |
Definition at line 188 of file types.h.
mrpt::utils::TPixelCoordf::TPixelCoordf | ( | ) | [inline] |
mrpt::utils::TPixelCoordf::TPixelCoordf | ( | const double | _x, | |
const double | _y | |||
) | [inline] |
double mrpt::utils::TPixelCoordf::x |
double mrpt::utils::TPixelCoordf::y |
Page generated by Doxygen 1.5.7.1 for MRPT 0.7.1 SVN: at Mon Aug 17 23:02:22 EDT 2009 |