pub fn vector3_to_array(v: Vector3<f64>) -> [f64; 3]
Convert from Vector3<f64> to \[f64;3\]
Vector3<f64>
\[
\]