Qt 4.8
Public Functions | Public Variables | List of all members
qfixed2d Struct Reference

#include <qstroker_p.h>

Public Functions

bool operator== (const qfixed2d &other) const
 

Public Variables

qfixed x
 
qfixed y
 

Detailed Description

Definition at line 103 of file qstroker_p.h.

Functions

◆ operator==()

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

Definition at line 108 of file qstroker_p.h.

108  { return qFuzzyCompare(x, other.x)
109  && qFuzzyCompare(y, other.y); }
static Q_DECL_CONSTEXPR bool qFuzzyCompare(double p1, double p2)
Definition: qglobal.h:2030
qfixed x
Definition: qstroker_p.h:105
qfixed y
Definition: qstroker_p.h:106

Properties

◆ x

qfixed qfixed2d::x

◆ y

qfixed qfixed2d::y

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