Create a Rect using the given bounds
Rect.sides(int top, int right, int bottom, int left) : position = Vec2(left, top), size = Vec2(right - left, bottom - top);