Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
TCBPoint Struct Reference
Collaboration diagram for TCBPoint:

Public Attributes

QPointF _point
qreal _t
qreal _c
qreal _b

Friends

bool operator== (const TCBPoint &lhs, const TCBPoint &rhs) noexcept
bool operator== (const TCBPoint &lhs, const TCBPoint &rhs) noexcept

Detailed Description

Definition at line 329 of file qeasingcurve.cpp.

◆ operator== [1/2]

bool operator== ( const TCBPoint & lhs,
const TCBPoint & rhs )
friend

Definition at line 337 of file qeasingcurve.cpp.

◆ operator== [2/2]

bool operator== ( const TCBPoint & lhs,
const TCBPoint & rhs )
friend

Definition at line 337 of file qeasingcurve.cpp.

Member Data Documentation

◆ _b

qreal TCBPoint::_b

Definition at line 334 of file qeasingcurve.cpp.

◆ _c

qreal TCBPoint::_c

Definition at line 333 of file qeasingcurve.cpp.

◆ _point

QPointF TCBPoint::_point

Definition at line 331 of file qeasingcurve.cpp.

◆ _t

qreal TCBPoint::_t

Definition at line 332 of file qeasingcurve.cpp.


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