Function quaternion_to_rotation_matrix

Source
pub fn quaternion_to_rotation_matrix(
    qx: f64,
    qy: f64,
    qz: f64,
    qw: f64,
) -> Rotation3<f64>
Expand description

Convert a quaternion to a rotation matrix.