Type Alias veloren_world::sim::util::Vector2

source ·
type Vector2<T> = [T; 2];
Expand description

A 2-dimensional vector, for internal use.