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

Method order

src/main/java/fieldcef/plugins/Pads.java:171–173  ·  view source on GitHub ↗
(Rect r)

Source from the content-addressed store, hash-verified

169 protected float order(Rect r) {
170 return Math.abs(r.w) + Math.abs(r.h);
171 }
172
173 protected void completeDrag(Box start, Box box) {
174 this.properties.removeFromMap(frameDrawing, "__ongoingDrag__");
175
176 PadsBox b = new PadsBox(start, box);

Callers 15

button0Method · 0.95
d3.min.jsFile · 0.45
nFunction · 0.45
make_byte3Method · 0.45
make_float3Method · 0.45
make_byte1Method · 0.45
directArrayMethod · 0.45
mainMethod · 0.45
build3dMethod · 0.45
build128dMethod · 0.45
build2dMethod · 0.45
find3Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected