Function vector3_to_array

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

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