omf
0.2.0-beta.1
omf
Type Alias
Vector3
Copy item path
Source
pub type Vector3 = [
f64
;
3
];
Expand description
A 3D vector with
f64
components.