Skip to main content

Rectangle1

Type Alias Rectangle1 

Source
pub type Rectangle1<T> = RectangleOf<Vector<T, 1>>;

Aliased Type§

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

Fields§

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