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

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

A 4x2 matrix with f64 components.