Type Alias Vector3

Source
pub type Vector3 = [f64; 3];
Expand description

A 3D vector with f64 components.