![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
TCBPoint () | |
TCBPoint (QPointF point, qreal t, qreal c, qreal b) | |
bool | operator== (const TCBPoint &other) const |
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 294 of file qeasingcurve.cpp.
Definition at line 295 of file qeasingcurve.cpp.
|
inline |
Definition at line 297 of file qeasingcurve.cpp.
|
inline |
Definition at line 297 of file qeasingcurve.cpp.
qreal TCBPoint::_b |
Definition at line 292 of file qeasingcurve.cpp.
qreal TCBPoint::_c |
Definition at line 291 of file qeasingcurve.cpp.
QPointF TCBPoint::_point |
Definition at line 289 of file qeasingcurve.cpp.
qreal TCBPoint::_t |
Definition at line 290 of file qeasingcurve.cpp.