#include <mrpt/opengl/CGeneralizedCylinder.h>
Public Member Functions | |
| TQuadrilateral (const CPoint3D &p1, const CPoint3D &p2, const CPoint3D &p3, const CPoint3D &p4) | |
| TQuadrilateral (const CPoint3D(&p)[4]) | |
Public Attributes | |
| CPoint3D | points [4] |
| float | normal [3] |
Private Member Functions | |
| void | calculateNormal () |
| TQuadrilateral () | |
Definition at line 44 of file CGeneralizedCylinder.h.
| mrpt::opengl::CGeneralizedCylinder::CGeneralizedCylinder::TQuadrilateral::TQuadrilateral | ( | ) | [inline, private] |
Definition at line 47 of file CGeneralizedCylinder.h.
| mrpt::opengl::CGeneralizedCylinder::CGeneralizedCylinder::TQuadrilateral::TQuadrilateral | ( | const CPoint3D & | p1, | |
| const CPoint3D & | p2, | |||
| const CPoint3D & | p3, | |||
| const CPoint3D & | p4 | |||
| ) | [inline] |
Definition at line 51 of file CGeneralizedCylinder.h.
| mrpt::opengl::CGeneralizedCylinder::CGeneralizedCylinder::TQuadrilateral::TQuadrilateral | ( | const CPoint3D(&) | p[4] | ) | [inline] |
Definition at line 58 of file CGeneralizedCylinder.h.
| void mrpt::opengl::CGeneralizedCylinder::CGeneralizedCylinder::TQuadrilateral::calculateNormal | ( | ) | [private] |
| float mrpt::opengl::CGeneralizedCylinder::CGeneralizedCylinder::TQuadrilateral::normal[3] |
Definition at line 50 of file CGeneralizedCylinder.h.
| CPoint3D mrpt::opengl::CGeneralizedCylinder::CGeneralizedCylinder::TQuadrilateral::points[4] |
Definition at line 49 of file CGeneralizedCylinder.h.
| Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:07:47 EST 2009 |