Skip to main content

Rectangle4

Type Alias Rectangle4 

Source
pub type Rectangle4<T> = Rectangle<T, 4>;

Aliased Type§

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

Fields§

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