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

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

A 4x4 matrix with components of type N.