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
qfixed2d Struct Reference

#include <qstroker_p.h>

Collaboration diagram for qfixed2d:

Public Member Functions

bool isFinite ()
bool operator== (const qfixed2d &other) const

Public Attributes

qfixed x
qfixed y

Detailed Description

Definition at line 66 of file qstroker_p.h.

Member Function Documentation

◆ isFinite()

bool qfixed2d::isFinite ( )
inline

Definition at line 71 of file qstroker_p.h.

References x, and y.

◆ operator==()

bool qfixed2d::operator== ( const qfixed2d & other) const
inline

Definition at line 72 of file qstroker_p.h.

References x, and y.

Member Data Documentation

◆ x

qfixed qfixed2d::x

Definition at line 68 of file qstroker_p.h.

Referenced by isFinite(), and operator==().

◆ y

qfixed qfixed2d::y

Definition at line 69 of file qstroker_p.h.

Referenced by isFinite(), and operator==().


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