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

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

A 2x2 matrix with f64 components.