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

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

A 3x4 matrix with components of type N.