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
QTessellatorPrivate::Intersection Struct Reference
Collaboration diagram for QTessellatorPrivate::Intersection:

Public Member Functions

bool operator< (const Intersection &other) const
bool operator< (const Intersection &other) const

Public Attributes

Q27Dot5 y
int edge

Detailed Description

Definition at line 59 of file qtessellator.cpp.

Member Function Documentation

◆ operator<() [1/2]

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

Definition at line 63 of file qtessellator.cpp.

References edge, and y.

◆ operator<() [2/2]

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

Definition at line 63 of file qtessellator.cpp.

Member Data Documentation

◆ edge

int QTessellatorPrivate::Intersection::edge

Definition at line 62 of file qtessellator.cpp.

Referenced by operator<(), and QTessellatorPrivate::processIntersections().

◆ y

Q27Dot5 QTessellatorPrivate::Intersection::y

Definition at line 61 of file qtessellator.cpp.

Referenced by operator<(), and QTessellatorPrivate::processIntersections().


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