A pair (x,y) of pixel coordinates (subpixel resolution).
Definition at line 203 of file base/include/mrpt/utils/types.h.
#include <mrpt/utils/types.h>
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 |
mrpt::utils::TPixelCoordf::TPixelCoordf | ( | ) | [inline] |
Default constructor: undefined values of x,y.
Definition at line 208 of file base/include/mrpt/utils/types.h.
mrpt::utils::TPixelCoordf::TPixelCoordf | ( | const float | _x, |
const float | _y | ||
) | [inline] |
Constructor from x,y values.
Definition at line 211 of file base/include/mrpt/utils/types.h.
Definition at line 205 of file base/include/mrpt/utils/types.h.
Referenced by mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::octree_recursive_render().
Definition at line 205 of file base/include/mrpt/utils/types.h.
Referenced by mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::octree_recursive_render().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |