Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Member Functions | Public Attributes
mrpt::opengl::CPolyhedron::TPolyhedronFace Struct Reference

Detailed Description

Struct used to store a polyhedron face.

Consists on a set of vertex indices and a normal vector.

Definition at line 72 of file CPolyhedron.h.

#include <mrpt/opengl/CPolyhedron.h>

Public Member Functions

 TPolyhedronFace ()
 Fast default constructor. More...
 
 ~TPolyhedronFace ()
 Destructor. More...
 
double area (const std::vector< mrpt::math::TPoint3D > &vertices) const
 Given a set of vertices, computes the area of this face. More...
 
void getCenter (const std::vector< mrpt::math::TPoint3D > &vertices, mrpt::math::TPoint3D &p) const
 Given a set of vertices, get this face's center. More...
 

Public Attributes

std::vector< uint32_t > vertices
 Vector of indices to the vertex list. More...
 
double normal [3]
 Normal vector. More...
 

Constructor & Destructor Documentation

◆ TPolyhedronFace()

mrpt::opengl::CPolyhedron::TPolyhedronFace::TPolyhedronFace ( )
inline

Fast default constructor.

Initializes to garbage.

Definition at line 76 of file CPolyhedron.h.

◆ ~TPolyhedronFace()

mrpt::opengl::CPolyhedron::TPolyhedronFace::~TPolyhedronFace ( )
inline

Destructor.

Definition at line 78 of file CPolyhedron.h.

Member Function Documentation

◆ area()

double mrpt::opengl::CPolyhedron::TPolyhedronFace::area ( const std::vector< mrpt::math::TPoint3D > &  vertices) const

Given a set of vertices, computes the area of this face.

◆ getCenter()

void mrpt::opengl::CPolyhedron::TPolyhedronFace::getCenter ( const std::vector< mrpt::math::TPoint3D > &  vertices,
mrpt::math::TPoint3D p 
) const

Given a set of vertices, get this face's center.

Member Data Documentation

◆ normal

double mrpt::opengl::CPolyhedron::TPolyhedronFace::normal[3]

Normal vector.

Definition at line 74 of file CPolyhedron.h.

◆ vertices

std::vector<uint32_t> mrpt::opengl::CPolyhedron::TPolyhedronFace::vertices

Vector of indices to the vertex list.

Definition at line 73 of file CPolyhedron.h.




Page generated by Doxygen 1.8.14 for MRPT 1.4.0 SVN: at Sat Jul 14 16:13:21 UTC 2018