BVec2

Type Alias BVec2 

Source
pub type BVec2 = Vector2<bool>;

Aliased Type§

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

Fields§

§x: bool§y: bool

Trait Implementations§