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

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

A 3x4 matrix with f64 components.