Represents a two-dimensional rectangular box defined by two points: a lower-left point and an upper-right point. This class extends the generic Box class specialized for two-dimensional vectors (Vec2).
Box
Vec2
The x-coordinate of the lower-left corner.
The y-coordinate of the lower-left corner.
The x-coordinate of the upper-right corner.
The y-coordinate of the upper-right corner.