Skip to main content

Rect2

Type Alias Rect2 

Source
pub type Rect2 = Rectangle2<float>;

Aliased Type§

#[repr(C)]
pub struct Rect2 { pub pos: Vector<f32, 2>, pub size: Vector<f32, 2>, }

Fields§

§pos: Vector<f32, 2>§size: Vector<f32, 2>