Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QHomogeneousCoordinate Struct Reference
+ Collaboration diagram for QHomogeneousCoordinate:

Public Member Functions

 QHomogeneousCoordinate ()
 
 QHomogeneousCoordinate (qreal x_, qreal y_, qreal w_)
 
const QPointF toPoint () const
 

Public Attributes

qreal x
 
qreal y
 
qreal w
 

Detailed Description

Definition at line 1525 of file qtransform.cpp.

Constructor & Destructor Documentation

◆ QHomogeneousCoordinate() [1/2]

QHomogeneousCoordinate::QHomogeneousCoordinate ( )
inline

Definition at line 1531 of file qtransform.cpp.

◆ QHomogeneousCoordinate() [2/2]

QHomogeneousCoordinate::QHomogeneousCoordinate ( qreal  x_,
qreal  y_,
qreal  w_ 
)
inline

Definition at line 1532 of file qtransform.cpp.

Member Function Documentation

◆ toPoint()

const QPointF QHomogeneousCoordinate::toPoint ( ) const
inline

Definition at line 1534 of file qtransform.cpp.

References w.

Referenced by lineTo_clipped().

+ Here is the caller graph for this function:

Member Data Documentation

◆ w

qreal QHomogeneousCoordinate::w

Definition at line 1529 of file qtransform.cpp.

Referenced by lineTo_clipped(), and toPoint().

◆ x

qreal QHomogeneousCoordinate::x

Definition at line 1527 of file qtransform.cpp.

Referenced by lineTo_clipped().

◆ y

qreal QHomogeneousCoordinate::y

Definition at line 1528 of file qtransform.cpp.

Referenced by lineTo_clipped().


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