Main MRPT website > C++ reference for MRPT 1.5.6
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.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019