Type Alias veloren_world::sim::util::Vector3

source ·
type Vector3<T> = [T; 3];
Expand description

A 3-dimensional vector, for internal use.