16 #ifndef __OGL_RECTANGLE_MESH__
17 #define __OGL_RECTANGLE_MESH__
22 #include <qvector3d.h>
32 OGLRectangleMesh(
const std::array<std::array<double, 3>, 4>& verticesCoords);
48 void setVertices(
const std::array<std::array<double, 3>, 4>& verticesCoords);
All base classes related to 3D manipulation.
void setDimensions(const QSizeF &dimensions)
void setVertices(const std::array< std::array< double, 3 >, 4 > &verticesCoords)
Set vertices from coords.
const QSizeF & dimensions() const
OGLRectangleMesh(const QSizeF &dimensions)