Creates a rect from width + height. The width x height of a 1x1 block would be 1, with v2 equal to v1.
Vector2 - The starting vector
number - The width. Min 1
number - The height - Min 1
Rect - A new rect with v2 computed from width/height
Generated using TypeDoc
Creates a rect from width + height. The width x height of a 1x1 block would be 1, with v2 equal to v1.