Function intrinsic_roll_pitch_yaw_to_matrix

Source
pub fn intrinsic_roll_pitch_yaw_to_matrix(
    roll: f64,
    pitch: f64,
    yaw: f64,
) -> Rotation3<f64>
Expand description

Convert intrinsic roll-pitch-yaw angles to a rotation matrix.