lua.wetgenes.tardis.q4.set_yaw_pitch_roll
q4 = q4:set_yaw_pitch_roll(v3)
q4 = q4:set_yaw_pitch_roll({90,60,30}) -- 30yaw 60pitch 90roll
Set a V3(roll,pitch,yaw) degree rotation into this quaternion
yaw v[3] is rotation about the z axis and is applied first
pitch v[2] is rotation about the y axis and is applied second
roll v[1] is rotation about the z axis and is applied last