Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QIntersectionPoint Struct Reference
+ Collaboration diagram for QIntersectionPoint:

Public Member Functions

bool isValid () const
 
QPodPoint round () const
 
bool isAccurate () const
 
bool operator< (const QIntersectionPoint &other) const
 
bool operator== (const QIntersectionPoint &other) const
 
bool operator!= (const QIntersectionPoint &other) const
 
bool operator> (const QIntersectionPoint &other) const
 
bool operator>= (const QIntersectionPoint &other) const
 
bool operator<= (const QIntersectionPoint &other) const
 
bool isOnLine (const QPodPoint &u, const QPodPoint &v) const
 

Public Attributes

QPodPoint upperLeft
 
QFraction xOffset
 
QFraction yOffset
 

Detailed Description

Definition at line 186 of file qtriangulator.cpp.

Member Function Documentation

◆ isAccurate()

bool QIntersectionPoint::isAccurate ( ) const
inline

Definition at line 190 of file qtriangulator.cpp.

References QFraction::numerator, xOffset, and yOffset.

◆ isOnLine()

bool QIntersectionPoint::isOnLine ( const QPodPoint & u,
const QPodPoint & v ) const

Definition at line 303 of file qtriangulator.cpp.

References QFraction::denominator, QFraction::numerator, qAbs(), qFraction(), upperLeft, xOffset, QPodPoint::y, and yOffset.

+ Here is the call graph for this function:

◆ isValid()

bool QIntersectionPoint::isValid ( ) const
inline

Definition at line 188 of file qtriangulator.cpp.

References QFraction::isValid(), xOffset, and yOffset.

+ Here is the call graph for this function:

◆ operator!=()

bool QIntersectionPoint::operator!= ( const QIntersectionPoint & other) const
inline

Definition at line 193 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator<()

bool QIntersectionPoint::operator< ( const QIntersectionPoint & other) const

Definition at line 286 of file qtriangulator.cpp.

References other(), upperLeft, QPodPoint::x, xOffset, QPodPoint::y, and yOffset.

+ Here is the call graph for this function:

◆ operator<=()

bool QIntersectionPoint::operator<= ( const QIntersectionPoint & other) const
inline

Definition at line 196 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator==()

bool QIntersectionPoint::operator== ( const QIntersectionPoint & other) const

Definition at line 297 of file qtriangulator.cpp.

References other(), upperLeft, xOffset, and yOffset.

+ Here is the call graph for this function:

◆ operator>()

bool QIntersectionPoint::operator> ( const QIntersectionPoint & other) const
inline

Definition at line 194 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator>=()

bool QIntersectionPoint::operator>= ( const QIntersectionPoint & other) const
inline

Definition at line 195 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ round()

QPodPoint QIntersectionPoint::round ( ) const

Member Data Documentation

◆ upperLeft

QPodPoint QIntersectionPoint::upperLeft

Definition at line 199 of file qtriangulator.cpp.

Referenced by isOnLine(), operator<(), operator==(), and round().

◆ xOffset

QFraction QIntersectionPoint::xOffset

Definition at line 200 of file qtriangulator.cpp.

Referenced by isAccurate(), isOnLine(), isValid(), operator<(), operator==(), and round().

◆ yOffset

QFraction QIntersectionPoint::yOffset

Definition at line 201 of file qtriangulator.cpp.

Referenced by isAccurate(), isOnLine(), isValid(), operator<(), operator==(), and round().


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