Skip to main content

Rectangle

Type Alias Rectangle 

Source
pub type Rectangle<T, const N: usize> = RectangleOf<Vector<T, N>>;

Aliased Type§

#[repr(C)]
pub struct Rectangle<T, const N: usize> { pub pos: Vector<T, N>, pub size: Vector<T, N>, }

Fields§

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