![]() |
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 328 of file qeasingcurve.cpp.
|
inline |
Definition at line 335 of file qeasingcurve.cpp.
Definition at line 336 of file qeasingcurve.cpp.
|
inline |
Definition at line 335 of file qeasingcurve.cpp.
Definition at line 336 of file qeasingcurve.cpp.
|
inline |
Definition at line 338 of file qeasingcurve.cpp.
|
inline |
Definition at line 338 of file qeasingcurve.cpp.
| qreal TCBPoint::_b |
Definition at line 333 of file qeasingcurve.cpp.
| qreal TCBPoint::_c |
Definition at line 332 of file qeasingcurve.cpp.
| QPointF TCBPoint::_point |
Definition at line 330 of file qeasingcurve.cpp.
| qreal TCBPoint::_t |
Definition at line 331 of file qeasingcurve.cpp.