Type Definition nalgebra_glm::IVec3

source ·
pub type IVec3 = TVec3<i32>;
Expand description

A 3D vector with i32 components.