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

A 3D vector.