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

type TMat2x3<N> = Matrix<N, U2, U3, <DefaultAllocator as Allocator<N, U2, U3>>::Buffer>;

A 2x3 matrix with components of type N.