Type Alias Vector4

Source
pub type Vector4<T> = [T; 4];
Expand description

A 4D vector.