IVect

Type Alias IVect 

Source
pub type IVect = IVec3;
Expand description

The integer vector type.

Aliased Type§

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

Fields§

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