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