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

type Vec1 = Matrix<f32, U1, U1, <DefaultAllocator as Allocator<f32, U1, U1>>::Buffer>;

A 1D vector with f32 components.