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

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

A 2D vector with f64 components.