![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
bool | operator< (const QPodPoint &other) const |
bool | operator> (const QPodPoint &other) const |
bool | operator<= (const QPodPoint &other) const |
bool | operator>= (const QPodPoint &other) const |
bool | operator== (const QPodPoint &other) const |
bool | operator!= (const QPodPoint &other) const |
QPodPoint & | operator+= (const QPodPoint &other) |
QPodPoint & | operator-= (const QPodPoint &other) |
QPodPoint | operator+ (const QPodPoint &other) const |
QPodPoint | operator- (const QPodPoint &other) const |
Public Attributes | |
int | x |
int | y |
Definition at line 132 of file qtriangulator.cpp.
|
inline |
Definition at line 145 of file qtriangulator.cpp.
References other().
Definition at line 149 of file qtriangulator.cpp.
References other().
Definition at line 147 of file qtriangulator.cpp.
References other().
Definition at line 150 of file qtriangulator.cpp.
References other().
Definition at line 148 of file qtriangulator.cpp.
References other().
|
inline |
Definition at line 134 of file qtriangulator.cpp.
References other().
|
inline |
Definition at line 142 of file qtriangulator.cpp.
References other().
|
inline |
Definition at line 144 of file qtriangulator.cpp.
References other().
|
inline |
Definition at line 141 of file qtriangulator.cpp.
References other().
|
inline |
Definition at line 143 of file qtriangulator.cpp.
References other().
int QPodPoint::x |
Definition at line 152 of file qtriangulator.cpp.
Referenced by QIntersectionPoint::operator<(), qCross(), qIntersectionPoint(), and QIntersectionPoint::round().
int QPodPoint::y |
Definition at line 153 of file qtriangulator.cpp.
Referenced by QIntersectionPoint::isOnLine(), QIntersectionPoint::operator<(), qCross(), and qIntersectionPoint().