Main MRPT website > C++ reference for MRPT 1.5.8
List of all members | Public Types | Public Member Functions | Public Attributes
mrpt::utils::TPixelCoordf Struct Reference

Detailed Description

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
 

Member Typedef Documentation

◆ pixel_coord_t

The type of x and y.

Definition at line 23 of file TPixelCoord.h.

Constructor & Destructor Documentation

◆ TPixelCoordf() [1/2]

mrpt::utils::TPixelCoordf::TPixelCoordf ( )
inline

Default constructor: undefined values of x,y.

Definition at line 28 of file TPixelCoord.h.

◆ TPixelCoordf() [2/2]

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

Constructor from x,y values.

Definition at line 31 of file TPixelCoord.h.

Member Data Documentation

◆ x

float mrpt::utils::TPixelCoordf::x

◆ y

float mrpt::utils::TPixelCoordf::y



Page generated by Doxygen 1.8.14 for MRPT 1.5.8 Git: f67d0f871 Wed Sep 25 18:32:17 2019 +0200 at lun oct 28 01:58:29 CET 2019