![]() |
Qt 6.x
The Qt SDK
|
#include <qtessellator_p.h>
Public Attributes | |
Q27Dot5 | top |
Q27Dot5 | bottom |
const Vertex * | topLeft |
const Vertex * | bottomLeft |
const Vertex * | topRight |
const Vertex * | bottomRight |
Definition at line 36 of file qtessellator_p.h.
Q27Dot5 QTessellator::Trapezoid::bottom |
Definition at line 38 of file qtessellator_p.h.
Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().
const Vertex* QTessellator::Trapezoid::bottomLeft |
Definition at line 40 of file qtessellator_p.h.
Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().
const Vertex* QTessellator::Trapezoid::bottomRight |
Definition at line 42 of file qtessellator_p.h.
Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().
Q27Dot5 QTessellator::Trapezoid::top |
Definition at line 37 of file qtessellator_p.h.
Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().
const Vertex* QTessellator::Trapezoid::topLeft |
Definition at line 39 of file qtessellator_p.h.
Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().
const Vertex* QTessellator::Trapezoid::topRight |
Definition at line 41 of file qtessellator_p.h.
Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().