F32x3x3

Type Alias F32x3x3 

Source
pub type F32x3x3 = Mat<3, 3, f32, DescriptorOrderColumnMajor>;
Expand description

Type aliases for 3x3 f32 column major matrix.

Aliased Typeยง

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