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

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

A 3x3 matrix with components of type N.