pub type Rectangle = Rectangle<f32>;Expand description
A rectangle without rotated.
Aliased Type§
pub struct Rectangle {
pub min: Point<f32>,
pub max: Point<f32>,
}Fields§
§min: Point<f32>origin x points of the rectangle
max: Point<f32>origin y points of the rectangle