#include <mrpt/opengl/CPolyhedron.h>
Public Member Functions | |
TPolyhedronEdge () | |
bool | operator== (const TPolyhedronEdge &e) const |
float | length (const vector_serializable< CPoint3D > &vertices) const |
~TPolyhedronEdge () | |
Public Attributes | |
uint32_t | v1 |
uint32_t | v2 |
Definition at line 54 of file CPolyhedron.h.
mrpt::opengl::CPolyhedron::CPolyhedron::TPolyhedronEdge::TPolyhedronEdge | ( | ) | [inline] |
Definition at line 57 of file CPolyhedron.h.
mrpt::opengl::CPolyhedron::CPolyhedron::TPolyhedronEdge::~TPolyhedronEdge | ( | ) | [inline] |
Definition at line 63 of file CPolyhedron.h.
float mrpt::opengl::CPolyhedron::CPolyhedron::TPolyhedronEdge::length | ( | const vector_serializable< CPoint3D > & | vertices | ) | const |
bool mrpt::opengl::CPolyhedron::CPolyhedron::TPolyhedronEdge::operator== | ( | const TPolyhedronEdge & | e | ) | const [inline] |
Definition at line 58 of file CPolyhedron.h.
References mrpt::opengl::CPolyhedron::CPolyhedron::TPolyhedronEdge::v1, and mrpt::opengl::CPolyhedron::CPolyhedron::TPolyhedronEdge::v2.
uint32_t mrpt::opengl::CPolyhedron::CPolyhedron::TPolyhedronEdge::v1 |
Definition at line 55 of file CPolyhedron.h.
Referenced by mrpt::opengl::CPolyhedron::CPolyhedron::TPolyhedronEdge::operator==().
uint32_t mrpt::opengl::CPolyhedron::CPolyhedron::TPolyhedronEdge::v2 |
Definition at line 56 of file CPolyhedron.h.
Referenced by mrpt::opengl::CPolyhedron::CPolyhedron::TPolyhedronEdge::operator==().
Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:18:33 EST 2009 |