pub fn spherical_to_cartesian( azimuth: f32, elevation: f32, radius: f32, ) -> Matrix<f32, Const<3>, Const<1>, ArrayStorage<f32, 3, 1>>