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

Method eq

src/main/java/fieldbox/boxes/plugins/BoxPair.java:126–128  ·  view source on GitHub ↗
(double dy1, double dy2)

Source from the content-addressed store, hash-verified

124 }
125
126 private boolean eq(double dy1, double dy2) {
127 return Math.abs(dy1-dy2)<0.1f;
128 }
129
130 private void checkPairs() {
131

Callers 2

BoxPairMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected