Type Definition pix_engine::vector::VectorI3

source · []
pub type VectorI3 = Vector<i32, 3>;
Expand description

A 3D Vector represented by i32.