Type Definition nalgebra_glm::IVec2

source ·
pub type IVec2 = TVec2<i32>;
Expand description

A 2D vector with i32 components.