Qt 4.8
Public Functions | Public Variables | List of all members
QTessellatorPrivate::Intersection Struct Reference

Public Functions

bool operator< (const Intersection &other) const
 

Public Variables

int edge
 
Q27Dot5 y
 

Detailed Description

Definition at line 94 of file qtessellator.cpp.

Functions

◆ operator<()

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

Definition at line 98 of file qtessellator.cpp.

98  {
99  if (y != other.y)
100  return y < other.y;
101  return edge < other.edge;
102  }

Properties

◆ edge

int QTessellatorPrivate::Intersection::edge

◆ y

Q27Dot5 QTessellatorPrivate::Intersection::y

Definition at line 96 of file qtessellator.cpp.

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


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