pub type Rect = Rectangle<f32>;Expand description
A struct representing an axis-aligned rectangle. Two points are stored: the top left vertex, and the bottom right vertex.
Alias for a rectangle with f32 coordinates.
Aliased Typeยง
pub struct Rect { /* private fields */ }