This commit is contained in:
Sean Owen 2021-08-30 13:35:02 -05:00
parent b3941e251b
commit 73a3c3a704

View file

@ -472,7 +472,7 @@ public final class Detector {
boolean colorModel = image.get(p1.getX(), p1.getY());
int iMax = (int) Math.ceil(d);
int iMax = (int) Math.floor(d);
for (int i = 0; i < iMax; i++) {
px += dx;
py += dy;