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
QPathSegments::Intersection Struct Reference

#include <qpathclipper_p.h>

+ Collaboration diagram for QPathSegments::Intersection:

Public Member Functions

bool operator< (const Intersection &o) const
 

Public Attributes

qreal t
 
int vertex
 
int next
 

Detailed Description

Definition at line 131 of file qpathclipper_p.h.

Member Function Documentation

◆ operator<()

bool QPathSegments::Intersection::operator< ( const Intersection & o) const
inline

Definition at line 136 of file qpathclipper_p.h.

References o.

Member Data Documentation

◆ next

int QPathSegments::Intersection::next

Definition at line 134 of file qpathclipper_p.h.

Referenced by QPathSegments::addIntersection().

◆ t

qreal QPathSegments::Intersection::t

Definition at line 132 of file qpathclipper_p.h.

◆ vertex

int QPathSegments::Intersection::vertex

Definition at line 133 of file qpathclipper_p.h.


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