Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QTessellator::Trapezoid Struct Reference

#include <qtessellator_p.h>

Collaboration diagram for QTessellator::Trapezoid:

Public Attributes

Q27Dot5 top
Q27Dot5 bottom
const VertextopLeft
const VertexbottomLeft
const VertextopRight
const VertexbottomRight

Detailed Description

Definition at line 36 of file qtessellator_p.h.

Member Data Documentation

◆ bottom

Q27Dot5 QTessellator::Trapezoid::bottom

Definition at line 38 of file qtessellator_p.h.

Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().

◆ bottomLeft

const Vertex* QTessellator::Trapezoid::bottomLeft

Definition at line 40 of file qtessellator_p.h.

Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().

◆ bottomRight

const Vertex* QTessellator::Trapezoid::bottomRight

Definition at line 42 of file qtessellator_p.h.

Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().

◆ top

Q27Dot5 QTessellator::Trapezoid::top

Definition at line 37 of file qtessellator_p.h.

Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().

◆ topLeft

const Vertex* QTessellator::Trapezoid::topLeft

Definition at line 39 of file qtessellator_p.h.

Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().

◆ topRight

const Vertex* QTessellator::Trapezoid::topRight

Definition at line 41 of file qtessellator_p.h.

Referenced by fillTrapezoid(), and QTessellator::tessellateConvex().


The documentation for this struct was generated from the following file: