Type Alias Vec3b

Source
pub type Vec3b = Vec3<bool>;

Aliased Type§

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

Fields§

§x: bool§y: bool§z: bool