Type Alias veloren_world::sim::util::Vector4

source ·
type Vector4<T> = [T; 4];
Expand description

A 4-dimensional vector, for internal use.