Avogadro::Rendering::QuadOutline#

class QuadOutline : public LineStripGeometry#

The QuadOutline class is a convenience class for creating a quadrilateral outline as a LineStripGeometry.

<avogadro/rendering/quadoutline.h>

Public Functions

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

setQuad Set the four corners of the quad.