MCPcopy Create free account
hub / github.com/DavidColson/Polybox / SortToOriginalOrder

Class SortToOriginalOrder

source/rect_packing.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13// ***********************************************************************
14
15struct SortToOriginalOrder {
16 bool operator()(const Rect& a, const Rect& b) {
17 return a.ordering > b.ordering;
18 }
19};
20
21// ***********************************************************************
22

Callers 2

RowPackRectsMethod · 0.85
SkylinePackRectsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected