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

type Mat4x3 = Matrix<f32, U4, U3, <DefaultAllocator as Allocator<f32, U4, U3>>::Buffer>;

A 4x3 matrix with f32 components.