Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Public Attributes
mrpt::utils::TPixelCoordf Struct Reference

Detailed Description

A pair (x,y) of pixel coordinates (subpixel resolution).

#include <mrpt/utils/TPixelCoord.h>

List of all members.

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

Constructor & Destructor Documentation

mrpt::utils::TPixelCoordf::TPixelCoordf ( ) [inline]

Default constructor: undefined values of x,y.

Definition at line 45 of file TPixelCoord.h.

mrpt::utils::TPixelCoordf::TPixelCoordf ( const float  _x,
const float  _y 
) [inline]

Constructor from x,y values.

Definition at line 48 of file TPixelCoord.h.


Member Data Documentation




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011