Search found 2 matches
- Sun May 27, 2012 2:39 pm
- Forum: Questions and Help
- Topic: Converting Matrix3X3 to Quaternion and back
- Replies: 2
- Views: 3642
Re: Converting Matrix3X3 to Quaternion and back
Cool, thanks for fixing that so quickly! Keep up the good work - I've only been using BEPU a short while but am really impressed with it.
- Sat May 26, 2012 5:53 pm
- Forum: Questions and Help
- Topic: Converting Matrix3X3 to Quaternion and back
- Replies: 2
- Views: 3642
Converting Matrix3X3 to Quaternion and back
Hi I'm getting unexpected results when converting a Matrix3X3 to a Quaternion and back. The code below shows that the converted matrix ends up completely different, and that the quaternions returned by Matrix.Decompose() and Matrix3X3.CreateQuaternion() have their vector components pointing in oppos...