Re: [osg-users] Get euler angles from rotation matrix

2011-09-12 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
Of Alexey Petruchik Sent: Thursday, September 08, 2011 5:19 AM To: osg-users@lists.openscenegraph.org Subject: [osg-users] Get euler angles from rotation matrix Hi, everyone I have a rotation matrix, and I need to reconstruct yaw, pitch, roll angles from it. Is there any osg function to do this. I

[osg-users] Get euler angles from rotation matrix

2011-09-09 Thread Alexey Petruchik
Hi, everyone I have a rotation matrix, and I need to reconstruct yaw, pitch, roll angles from it. Is there any osg function to do this. I looked through MatrixDecomposition.cpp but didn't find any. Thank you! Cheers, Alexey -- Read this topic online here:

Re: [osg-users] Get euler angles from rotation matrix

2011-09-09 Thread Paul Martz
On 9/8/2011 5:19 AM, Alexey Petruchik wrote: Hi, everyone I have a rotation matrix, and I need to reconstruct yaw, pitch, roll angles from it. Is there any osg function to do this. I looked through MatrixDecomposition.cpp but didn't find any. osgWorks (osgworks.googlecode.com) has code for