Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
bentleyottmann::OrderBySlope Struct Reference

#include <EventQueueInterface.h>

Public Member Functions

bool operator() (const Segment &s0, const Segment &s1) const
 

Detailed Description

Definition at line 32 of file EventQueueInterface.h.

Member Function Documentation

◆ operator()()

bool bentleyottmann::OrderBySlope::operator() ( const Segment s0,
const Segment s1 
) const

Definition at line 129 of file EventQueue.cpp.

130 {
131 return compare_slopes(s0, s1) < 0;
132}
int compare_slopes(const Segment &s0, const Segment &s1)
Definition Segment.cpp:329

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