Qt 4.8
Public Functions | Public Variables | List of all members
QTessellatorPrivate::EdgeSorter Class Reference

Public Functions

 EdgeSorter (int _y)
 
bool operator() (const Edge *e1, const Edge *e2)
 

Public Variables

int y
 

Detailed Description

Definition at line 129 of file qtessellator.cpp.

Constructors and Destructors

◆ EdgeSorter()

QTessellatorPrivate::EdgeSorter::EdgeSorter ( int  _y)
inline

Definition at line 132 of file qtessellator.cpp.

Functions

◆ operator()()

bool QTessellatorPrivate::EdgeSorter::operator() ( const Edge e1,
const Edge e2 
)

Definition at line 390 of file qtessellator.cpp.

391 {
392  return e1->isLeftOf(*e2, y);
393 }

Properties

◆ y

int QTessellatorPrivate::EdgeSorter::y

Definition at line 134 of file qtessellator.cpp.


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