Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QTessellatorPrivate::Intersection Struct Reference
+ Collaboration diagram for QTessellatorPrivate::Intersection:

Public Member Functions

bool operator< (const Intersection &other) const
 

Public Attributes

Q27Dot5 y
 
int edge
 

Detailed Description

Definition at line 58 of file qtessellator.cpp.

Member Function Documentation

◆ operator<()

bool QTessellatorPrivate::Intersection::operator< ( const Intersection & other) const
inline

Definition at line 62 of file qtessellator.cpp.

References edge, and other().

+ Here is the call graph for this function:

Member Data Documentation

◆ edge

int QTessellatorPrivate::Intersection::edge

Definition at line 61 of file qtessellator.cpp.

Referenced by operator<().

◆ y

Q27Dot5 QTessellatorPrivate::Intersection::y

Definition at line 60 of file qtessellator.cpp.

Referenced by QTessellatorPrivate::processIntersections().


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