Definition at line 712 of file qpathclipper.cpp.
◆ QKdPointFinder()
Definition at line 715 of file qpathclipper.cpp.
const QPathSegments * m_segments
qreal x() const
Returns the x-coordinate of this point.
const QPointF & pointAt(int vertex) const
qreal y() const
Returns the y-coordinate of this point.
◆ operator()()
Definition at line 725 of file qpathclipper.cpp.
732 const qreal pivotComponents[] = { nodePoint.
x(), nodePoint.
y() };
734 const qreal pivot = pivotComponents[depth & 1];
738 const qreal pivot2 = pivotComponents[(depth + 1) & 1];
749 }
else if (value < pivot) {
const QPathSegments * m_segments
The QPointF class defines a point in the plane using floating point precision.
qreal x() const
Returns the x-coordinate of this point.
const QPointF & pointAt(int vertex) const
static bool fuzzyIsNull(qreal d)
qreal y() const
Returns the y-coordinate of this point.
◆ result()
int QKdPointFinder::result |
( |
| ) |
const |
|
inline |
◆ m_point
int QKdPointFinder::m_point |
|
private |
◆ m_result
int QKdPointFinder::m_result |
|
private |
◆ m_segments
◆ m_tree
◆ pointComponents
qreal QKdPointFinder::pointComponents[2] |
|
private |
The documentation for this class was generated from the following file: