[]Type Definition rusty_engine::prelude::glm::Mat3x3

type Mat3x3 = Matrix<f32, U3, U3, <DefaultAllocator as Allocator<f32, U3, U3>>::Buffer>;

A 3x3 matrix with f32 components.