Recent content by Cristi-Tota

  1. C

    How Can I Decompose a 3x3 Rotation Matrix into a Product of 3 Rotations?

    Hi, How can I decompose a 3x3 rotation matrix R, into a form: R = rot(v3,c) X rot(v2,b) X rot(v1,a) where v1,v2,v3 are known unit length axes (with angles a,b,c unknowns)? Thank you, Cristian
Back
Top