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