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

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

A 3x2 matrix with f32 components.