Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ order
Method
order
src/main/java/fieldbox/boxes/plugins/Chorder.java:293–295 ·
view source on GitHub ↗
(Rect r)
Source
from the content-addressed store, hash-verified
291
292
return
!end;
293
};
294
295
}
296
297
protected
float order(Rect r) {
298
return
Math.abs(r.w) + Math.abs(r.h);
Callers
1
Chorder
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected