Avogadro::Rendering::Quad#

class Quad : public MeshGeometry#

The Quad class is a convenience class for creating a quadrilateral mesh.

<avogadro/rendering/quad.h>

Public Functions

inline Quad()#
inline ~Quad() override#
void setQuad(const Vector3f &topLeft, const Vector3f &topRight, const Vector3f &bottomLeft, const Vector3f &bottomRight)#

setQuad Set the four corners of the quad.