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
QIntersectionFinder Class Reference
+ Collaboration diagram for QIntersectionFinder:

Public Member Functions

void produceIntersections (QPathSegments &segments)
 
bool hasIntersections (const QPathSegments &a, const QPathSegments &b) const
 

Detailed Description

Definition at line 68 of file qpathclipper.cpp.

Member Function Documentation

◆ hasIntersections()

bool QIntersectionFinder::hasIntersections ( const QPathSegments & a,
const QPathSegments & b ) const

Definition at line 145 of file qpathclipper.cpp.

References QRect::bottom(), QRectF::bottom(), i, j, QRect::left(), QRectF::left(), qMax(), qMin(), r1, r2, QRect::right(), QRectF::right(), QRect::top(), and QRectF::top().

+ Here is the call graph for this function:

◆ produceIntersections()

void QIntersectionFinder::produceIntersections ( QPathSegments & segments)

Definition at line 550 of file qpathclipper.cpp.

References i.


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