A pair (x,y) of pixel coordinates (subpixel resolution).
<>
Definition at line 21 of file TPixelCoord.h.
#include <mrpt/utils/TPixelCoord.h>
Public Types | |
typedef float | pixel_coord_t |
The type of x and y. More... | |
Public Member Functions | |
TPixelCoordf () | |
Default constructor: undefined values of x,y. More... | |
TPixelCoordf (const float _x, const float _y) | |
Constructor from x,y values. More... | |
Public Attributes | |
float | x |
float | y |
typedef float mrpt::utils::TPixelCoordf::pixel_coord_t |
The type of x and y.
Definition at line 23 of file TPixelCoord.h.
|
inline |
Default constructor: undefined values of x,y.
Definition at line 28 of file TPixelCoord.h.
|
inline |
Constructor from x,y values.
Definition at line 31 of file TPixelCoord.h.
float mrpt::utils::TPixelCoordf::x |
Definition at line 25 of file TPixelCoord.h.
Referenced by mrpt::opengl::COctreePointRenderer< Derived >::octree_recursive_render(), and mrpt::vision::pinhole::projectPoint_no_distortion().
float mrpt::utils::TPixelCoordf::y |
Definition at line 25 of file TPixelCoord.h.
Referenced by mrpt::opengl::COctreePointRenderer< Derived >::octree_recursive_render(), and mrpt::vision::pinhole::projectPoint_no_distortion().
Page generated by Doxygen 1.9.5 for MRPT 1.4.0 SVN: at Mon Dec 26 04:51:47 UTC 2022 |