![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
bool | isValid () const |
QPodPoint | round () const |
bool | isAccurate () const |
bool | operator< (const QIntersectionPoint &other) const |
bool | operator== (const QIntersectionPoint &other) const |
bool | operator!= (const QIntersectionPoint &other) const |
bool | operator> (const QIntersectionPoint &other) const |
bool | operator>= (const QIntersectionPoint &other) const |
bool | operator<= (const QIntersectionPoint &other) const |
bool | isOnLine (const QPodPoint &u, const QPodPoint &v) const |
Public Attributes | |
QPodPoint | upperLeft |
QFraction | xOffset |
QFraction | yOffset |
Definition at line 186 of file qtriangulator.cpp.
|
inline |
Definition at line 190 of file qtriangulator.cpp.
References QFraction::numerator, xOffset, and yOffset.
Definition at line 303 of file qtriangulator.cpp.
References QFraction::denominator, QFraction::numerator, qAbs(), qFraction(), upperLeft, xOffset, QPodPoint::y, and yOffset.
|
inline |
Definition at line 188 of file qtriangulator.cpp.
References QFraction::isValid(), xOffset, and yOffset.
|
inline |
Definition at line 193 of file qtriangulator.cpp.
References other().
bool QIntersectionPoint::operator< | ( | const QIntersectionPoint & | other | ) | const |
Definition at line 286 of file qtriangulator.cpp.
References other(), upperLeft, QPodPoint::x, xOffset, QPodPoint::y, and yOffset.
|
inline |
Definition at line 196 of file qtriangulator.cpp.
References other().
bool QIntersectionPoint::operator== | ( | const QIntersectionPoint & | other | ) | const |
|
inline |
Definition at line 194 of file qtriangulator.cpp.
References other().
|
inline |
Definition at line 195 of file qtriangulator.cpp.
References other().
QPodPoint QIntersectionPoint::round | ( | ) | const |
Definition at line 276 of file qtriangulator.cpp.
References QFraction::denominator, QFraction::numerator, upperLeft, QPodPoint::x, xOffset, and yOffset.
QPodPoint QIntersectionPoint::upperLeft |
Definition at line 199 of file qtriangulator.cpp.
Referenced by isOnLine(), operator<(), operator==(), and round().
QFraction QIntersectionPoint::xOffset |
Definition at line 200 of file qtriangulator.cpp.
Referenced by isAccurate(), isOnLine(), isValid(), operator<(), operator==(), and round().
QFraction QIntersectionPoint::yOffset |
Definition at line 201 of file qtriangulator.cpp.
Referenced by isAccurate(), isOnLine(), isValid(), operator<(), operator==(), and round().