pub type bmat2x3 = Array<bvec3, [Element<bvec3>; 2]>;Expand description
Matrix of 2 x 3 boolean values.
Aliased Type§
#[repr(C, align(16))]pub struct bmat2x3(pub [Element<bvec3>; 2], pub PhantomData<fn(bvec3)>);Tuple Fields§
§0: [Element<bvec3>; 2]§1: PhantomData<fn(bvec3)>