mrpt::utils::TPixelCoordf Struct Reference
A pair (x,y) of pixel coordinates (subpixel resolution).
More...
#include <mrpt/utils/types.h>
List of all members.
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 |
Detailed Description
A pair (x,y) of pixel coordinates (subpixel resolution).
Definition at line 188 of file types.h.
Constructor & Destructor Documentation
mrpt::utils::TPixelCoordf::TPixelCoordf |
( |
|
) |
[inline] |
Default constructor: undefined values of x,y.
Definition at line 193 of file types.h.
mrpt::utils::TPixelCoordf::TPixelCoordf |
( |
const double |
_x, |
|
|
const double |
_y | |
|
) |
| | [inline] |
Constructor from x,y values.
Definition at line 196 of file types.h.
Member Data Documentation