package mightypork.utils.math.constraints.rect; /** * Rect constraint (ie. region) * * @author MightyPork */ public interface RectBound { /** * @return rect region */ Rect getRect(); }