pub fn quaternion_to_rotation_matrix( qx: f64, qy: f64, qz: f64, qw: f64, ) -> Rotation3<f64>
Convert a quaternion to a rotation matrix.