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

type DMat2x3 = Matrix<f64, U2, U3, <DefaultAllocator as Allocator<f64, U2, U3>>::Buffer>;

A 2x3 matrix with f64 components.