F32x2x2

Type Alias F32x2x2 

Source
pub type F32x2x2 = Mat<2, 2, f32, DescriptorOrderColumnMajor>;
Expand description

Type aliases for 2x2 f32 column major matrix.

Aliased Typeยง

pub struct F32x2x2(/* private fields */);