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

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

A 4D vector with f32 components.