69707172737475
return rect.copy(); } public void setBox(Rect rect) { this.rect = rect.copy(); this.intersectRay = new Ray2D(rect.getCentroid(), new Vec2D()); }