I am using OpenVR (a python binding) to extract the angles from the rotation matrix.
I have an algorithm which gives me those angles. By the way, I need to integrate those angles into another system, which uses a different sequence of rotations.
OpenVR gives me a ZYX Rotation Matrix, I need a YXZ one. Does some algorhitm exist to do the conversion?