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
QHomogeneousCoordinate Struct Reference
Collaboration diagram for QHomogeneousCoordinate:

Public Member Functions

 QHomogeneousCoordinate ()
 QHomogeneousCoordinate (qreal x_, qreal y_, qreal w_)
const QPointF toPoint () const
 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 1375 of file qtransform.cpp.

Constructor & Destructor Documentation

◆ QHomogeneousCoordinate() [1/4]

QHomogeneousCoordinate::QHomogeneousCoordinate ( )
inline

Definition at line 1381 of file qtransform.cpp.

◆ QHomogeneousCoordinate() [2/4]

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

Definition at line 1382 of file qtransform.cpp.

◆ QHomogeneousCoordinate() [3/4]

QHomogeneousCoordinate::QHomogeneousCoordinate ( )
inline

Definition at line 1381 of file qtransform.cpp.

◆ QHomogeneousCoordinate() [4/4]

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

Definition at line 1382 of file qtransform.cpp.

Member Function Documentation

◆ toPoint() [1/2]

const QPointF QHomogeneousCoordinate::toPoint ( ) const
inline

Definition at line 1384 of file qtransform.cpp.

◆ toPoint() [2/2]

const QPointF QHomogeneousCoordinate::toPoint ( ) const
inline

Definition at line 1384 of file qtransform.cpp.

Member Data Documentation

◆ w

qreal QHomogeneousCoordinate::w

Definition at line 1379 of file qtransform.cpp.

◆ x

qreal QHomogeneousCoordinate::x

Definition at line 1377 of file qtransform.cpp.

◆ y

qreal QHomogeneousCoordinate::y

Definition at line 1378 of file qtransform.cpp.


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