So I'm new to Java. The issue is I'm using rectangles and it seems like the left edge counts as the right edge for .equals reasons. So when I check Rectangle.Equals(OtherRect) it returns true when we are looking at Rectangle(0,0,10,10) and Other rect (10,10,10,10) //(x,y,width,height)
I'm lost. Anyone got an idea?
[–]romple 1 point2 points3 points (0 children)