A pair (x,y) of pixel coordinates (subpixel resolution).
Definition at line 40 of file TPixelCoord.h.
#include <mrpt/utils/TPixelCoord.h>
Public Types | |
| typedef float | pixel_coord_t |
| The type of x and y. | |
Public Member Functions | |
| TPixelCoordf () | |
| Default constructor: undefined values of x,y. | |
| TPixelCoordf (const float _x, const float _y) | |
| Constructor from x,y values. | |
Public Attributes | |
| float | x |
| float | y |
| typedef float mrpt::utils::TPixelCoordf::pixel_coord_t |
The type of x and y.
Definition at line 42 of file TPixelCoord.h.
|
inline |
Default constructor: undefined values of x,y.
Definition at line 47 of file TPixelCoord.h.
|
inline |
Constructor from x,y values.
Definition at line 50 of file TPixelCoord.h.
| float mrpt::utils::TPixelCoordf::x |
Definition at line 44 of file TPixelCoord.h.
Referenced by mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::octree_recursive_render(), and mrpt::vision::pinhole::projectPoint_no_distortion().
| float mrpt::utils::TPixelCoordf::y |
Definition at line 44 of file TPixelCoord.h.
Referenced by mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::octree_recursive_render(), and mrpt::vision::pinhole::projectPoint_no_distortion().
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |