Type Definition fere::prelude::glm::I8Vec2[]

type I8Vec2 = Matrix<i8, Const<2_usize>, Const<1_usize>, ArrayStorage<i8, 2_usize, 1_usize>>;
Expand description

A 2D vector with i8 components.