Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TCBPoint Struct Reference
+ Collaboration diagram for TCBPoint:

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
 

Detailed Description

Definition at line 287 of file qeasingcurve.cpp.

Constructor & Destructor Documentation

◆ TCBPoint() [1/2]

TCBPoint::TCBPoint ( )
inline

Definition at line 294 of file qeasingcurve.cpp.

◆ TCBPoint() [2/2]

TCBPoint::TCBPoint ( QPointF  point,
qreal  t,
qreal  c,
qreal  b 
)
inline

Definition at line 295 of file qeasingcurve.cpp.

Member Function Documentation

◆ operator==()

bool TCBPoint::operator== ( const TCBPoint other) const
inline

Definition at line 297 of file qeasingcurve.cpp.

References _b, _c, _point, _t, other(), and qFuzzyCompare().

+ Here is the call graph for this function:

Member Data Documentation

◆ _b

qreal TCBPoint::_b

Definition at line 292 of file qeasingcurve.cpp.

Referenced by operator<<(), operator==(), operator>>(), and tcbToBezier().

◆ _c

qreal TCBPoint::_c

Definition at line 291 of file qeasingcurve.cpp.

Referenced by operator<<(), operator==(), operator>>(), and tcbToBezier().

◆ _point

QPointF TCBPoint::_point

Definition at line 289 of file qeasingcurve.cpp.

Referenced by operator<<(), operator==(), operator>>(), and tcbToBezier().

◆ _t

qreal TCBPoint::_t

Definition at line 290 of file qeasingcurve.cpp.

Referenced by operator<<(), operator==(), operator>>(), and tcbToBezier().


The documentation for this struct was generated from the following file: