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

type DMat4x3 = Matrix<f64, U4, U3, <DefaultAllocator as Allocator<f64, U4, U3>>::Buffer>;

A 4x3 matrix with f64 components.