Vec3I

Type Alias Vec3I 

Source
pub type Vec3I = Vec3<i32>;

Aliased Type§

#[repr(C)]
pub struct Vec3I { pub x: i32, pub y: i32, pub z: i32, }

Fields§

§x: i32§y: i32§z: i32