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

type TMat2x4<N> = Matrix<N, U2, U4, <DefaultAllocator as Allocator<N, U2, U4>>::Buffer>;

A 2x4 matrix with components of type N.