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

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

A 3x3 matrix with f64 components.