pub type bmat2x2 = Array<bvec2, [Element<bvec2>; 2]>;
Expand description
Matrix of 2 x 2 boolean values.
Aliased Type§
struct bmat2x2(pub [Element<bvec2>; 2], pub PhantomData<fn(_: bvec2)>);
Fields§
§0: [Element<bvec2>; 2]
§1: PhantomData<fn(_: bvec2)>