![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
TCBPoint () | |
TCBPoint (QPointF point, qreal t, qreal c, qreal b) | |
bool | operator== (const TCBPoint &other) const |
Public Attributes | |
QPointF | _point |
qreal | _t |
qreal | _c |
qreal | _b |
Definition at line 287 of file qeasingcurve.cpp.
|
inline |
Definition at line 294 of file qeasingcurve.cpp.
Definition at line 295 of file qeasingcurve.cpp.
|
inline |
Definition at line 297 of file qeasingcurve.cpp.
References _b, _c, _point, _t, other(), and qFuzzyCompare().
qreal TCBPoint::_b |
Definition at line 292 of file qeasingcurve.cpp.
Referenced by operator<<(), operator==(), operator>>(), and tcbToBezier().
qreal TCBPoint::_c |
Definition at line 291 of file qeasingcurve.cpp.
Referenced by operator<<(), operator==(), operator>>(), and tcbToBezier().
QPointF TCBPoint::_point |
Definition at line 289 of file qeasingcurve.cpp.
Referenced by operator<<(), operator==(), operator>>(), and tcbToBezier().
qreal TCBPoint::_t |
Definition at line 290 of file qeasingcurve.cpp.
Referenced by operator<<(), operator==(), operator>>(), and tcbToBezier().