16 #ifndef __OGL_POLYGON_MESH__
17 #define __OGL_POLYGON_MESH__
22 #include <qvector3d.h>
All base classes related to 3D manipulation.
const std::vector< unsigned int > & indices() const
const std::vector< QVector3D > & vertices() const
void setVertices(const std::vector< QVector3D > &vertices)
std::vector< QVector3D > contour
void setIndices(const std::vector< unsigned int > &indices)