Type Definition pix_engine::vector::VectorI2

source · []
pub type VectorI2 = Vector<i32, 2>;
Expand description

A 2D Vector represented by i32.