Qt 4.8
|
#include <qpathclipper_p.h>
Public Functions | |
bool | operator< (const Intersection &o) const |
Public Variables | |
int | next |
qreal | t |
int | vertex |
Definition at line 169 of file qpathclipper_p.h.
|
inline |
Definition at line 175 of file qpathclipper_p.h.
int QPathSegments::Intersection::next |
Definition at line 173 of file qpathclipper_p.h.
Referenced by QPathSegments::addIntersection(), QIntersectionFinder::hasIntersections(), and QWingedEdge::intersectAndAdd().
qreal QPathSegments::Intersection::t |
Definition at line 171 of file qpathclipper_p.h.
Referenced by QIntersectionFinder::hasIntersections(), and operator<().
int QPathSegments::Intersection::vertex |
Definition at line 170 of file qpathclipper_p.h.
Referenced by QIntersectionFinder::hasIntersections(), and QWingedEdge::intersectAndAdd().