![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QHomogeneousCoordinate:Public Member Functions | |
| QHomogeneousCoordinate () | |
| QHomogeneousCoordinate (qreal x_, qreal y_, qreal w_) | |
| const QPointF | toPoint () const |
Public Attributes | |
| qreal | x |
| qreal | y |
| qreal | w |
Definition at line 1525 of file qtransform.cpp.
|
inline |
Definition at line 1531 of file qtransform.cpp.
Definition at line 1532 of file qtransform.cpp.
|
inline |
Definition at line 1534 of file qtransform.cpp.
References w.
Referenced by lineTo_clipped().
Here is the caller graph for this function:| qreal QHomogeneousCoordinate::w |
Definition at line 1529 of file qtransform.cpp.
Referenced by lineTo_clipped(), and toPoint().
| qreal QHomogeneousCoordinate::x |
Definition at line 1527 of file qtransform.cpp.
Referenced by lineTo_clipped().
| qreal QHomogeneousCoordinate::y |
Definition at line 1528 of file qtransform.cpp.
Referenced by lineTo_clipped().