V4i

Type Alias V4i 

Source
pub type V4i = Vec4<Idx>;

Aliased Type§

pub struct V4i {
    pub x: i32,
    pub y: i32,
    pub z: i32,
    pub w: i32,
}

Fields§

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