Vec3u

Type Alias Vec3u 

Source
pub type Vec3u = Vec3<u32>;
Expand description

A 3-dimensional unsigned integer vector type

Aliased Type§

pub struct Vec3u {
    pub x: u32,
    pub y: u32,
    pub z: u32,
}

Fields§

§x: u32§y: u32§z: u32