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

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

A 2x2 matrix with f32 components.