Triangle vertex. More...
#include <mrpt/opengl/CSetOfTexturedTriangles.h>
Public Member Functions | |
TVertex () | |
Default constructor. | |
TVertex (float x, float y, float z, unsigned int tx, unsigned int ty) | |
Constructor. | |
Public Attributes | |
float | m_x |
3D vertex coordinates. | |
float | m_y |
float | m_z |
unsigned int | m_tx |
2D texture coordinates. | |
unsigned int | m_ty |
Triangle vertex.
This structure encapsulates the vertex coordinates and the image pixels.
Definition at line 54 of file CSetOfTexturedTriangles.h.
mrpt::opengl::CSetOfTexturedTriangles::TVertex::TVertex | ( | ) | [inline] |
Default constructor.
Definition at line 58 of file CSetOfTexturedTriangles.h.
mrpt::opengl::CSetOfTexturedTriangles::TVertex::TVertex | ( | float | x, | |
float | y, | |||
float | z, | |||
unsigned int | tx, | |||
unsigned int | ty | |||
) | [inline] |
Constructor.
Definition at line 62 of file CSetOfTexturedTriangles.h.
unsigned int mrpt::opengl::CSetOfTexturedTriangles::TVertex::m_tx |
2D texture coordinates.
Notice that the texture coordinates are 2D pixels!!!
Definition at line 69 of file CSetOfTexturedTriangles.h.
unsigned int mrpt::opengl::CSetOfTexturedTriangles::TVertex::m_ty |
Definition at line 69 of file CSetOfTexturedTriangles.h.
3D vertex coordinates.
Definition at line 66 of file CSetOfTexturedTriangles.h.
Definition at line 66 of file CSetOfTexturedTriangles.h.
Definition at line 66 of file CSetOfTexturedTriangles.h.
Page generated by Doxygen 1.6.1 for MRPT 0.7.1 SVN: at Tue Dec 22 08:29:35 CET 2009 |