Function array_to_vector3

Source
pub fn array_to_vector3(a: [f64; 3]) -> Vector3<f64>
Expand description

Convert from \[f64;3\] to Vector3<f64>