Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
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==(), and operator>>().

◆ _c

qreal TCBPoint::_c

Definition at line 291 of file qeasingcurve.cpp.

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

◆ _point

QPointF TCBPoint::_point

Definition at line 289 of file qeasingcurve.cpp.

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

◆ _t

qreal TCBPoint::_t

Definition at line 290 of file qeasingcurve.cpp.

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


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