Skip to main content

Rectangle2

Type Alias Rectangle2 

Source
pub type Rectangle2<T> = RectangleOf<Vector<T, 2>>;

Aliased Type§

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

Fields§

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