BVec3

Type Alias BVec3 

Source
pub type BVec3 = Vector3<bool>;

Aliased Type§

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

Fields§

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

Trait Implementations§