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

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

A 3x2 matrix with components of type N.