BVec4

Type Alias BVec4 

Source
pub type BVec4 = Vector4<bool>;

Aliased Type§

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

Fields§

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

Trait Implementations§