pub type BVec3 = Vector3<bool>;
#[repr(C)]pub struct BVec3 { pub x: bool, pub y: bool, pub z: bool, }
x: bool
y: bool
z: bool