Type Alias omf::Vector3

source ยท
pub type Vector3 = [f64; 3];
Expand description

A 3D vector with f64 components.