Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | Friends | List of all members
bentleyottmann::Cross Struct Reference

#include <EventQueue.h>

Public Attributes

Segment s0
 
Segment s1
 

Friends

bool operator< (const Cross &c0, const Cross &c1)
 

Detailed Description

Definition at line 36 of file EventQueue.h.

Friends And Related Symbol Documentation

◆ operator<

bool operator< ( const Cross c0,
const Cross c1 
)
friend

Definition at line 41 of file EventQueue.h.

41 {
42 return std::tie(c0.s0.p0, c0.s0.p1, c0.s1.p0, c0.s1.p1) <
43 std::tie(c1.s0.p0, c1.s0.p1, c1.s1.p0, c1.s1.p1);
44 }

Member Data Documentation

◆ s0

Segment bentleyottmann::Cross::s0

Definition at line 37 of file EventQueue.h.

◆ s1

Segment bentleyottmann::Cross::s1

Definition at line 38 of file EventQueue.h.


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