public IntBounds2 set(IntBounds2 bounds) { set(bounds.minX, bounds.minY, bounds.maxX, bounds.maxY); return(this); }
public IntBounds2(IntBounds2 bounds) { set(bounds); }