![]() |
| | #1 |
| Registered User Join Date: May 2009
Posts: 58
| Derivation of Matrix to Quaternions conversion The picture came from here. Part Five: Quaternions |
| sarah22 is offline | |
| | #2 |
| Super Moderator Join Date: Aug 2001
Posts: 8,322
| I believe it comes from this: (Q1 * Q2).w = (w1w2 - x1x2 - y1y2 - z1z2) (Q1 * Q2).x = (w1x2 + x1w2 + y1z2 - z1y2) (Q1 * Q2).y = (w1y2 - x1z2 + y1w2 + z1x2) (Q1 * Q2).z = (w1z2 + x1y2 - y1x2 + z1w2)
__________________ I remember when The Weather Channel talked about weather, MTV played music videos, and the History Channel talked about history instead of conspiracy theories. |
| Bubba is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C - access violation | uber | C Programming | 2 | 07-08-2009 01:30 PM |
| Matrix Help | HelpmeMark | C++ Programming | 27 | 03-06-2008 05:57 PM |
| Screwy Linker Error - VC2005 | Tonto | C++ Programming | 5 | 06-19-2007 02:39 PM |
| What is a matrix's purpose in OpenGL | jimboob | Game Programming | 5 | 11-14-2004 12:19 AM |