pub type Square = Square<f32>;Expand description
A square without rotated.
Aliased Type§
pub struct Square {
pub x: f32,
pub y: f32,
pub s: f32,
}Fields§
§x: f32The origin x points of the square.
y: f32The origin y points of the square.
s: f32The side length of the square.