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

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

A 4x2 matrix with f32 components.