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

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

A 4x4 matrix with f64 components.