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

type Mat2 = Matrix<f32, U2, U2, <DefaultAllocator as Allocator<f32, U2, U2>>::Buffer>;

A 2x2 matrix with f32 components.