MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / order

Method order

src/main/java/fieldbox/boxes/Intersects.java:42–44  ·  view source on GitHub ↗
(Rect r, boolean textEditor)

Source from the content-addressed store, hash-verified

40 }
41
42 static protected float order(Rect r, boolean textEditor) {
43 return Math.abs(r.w) + Math.abs(r.h) - (textEditor ? 1000 : 0);
44 }
45
46
47}

Callers 1

startAtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected