
[Math] Vector transformation by Quaternion follows non-standard quaternion math convention
Posted Thursday, 12 November, 2009 - 15:53 by kvark| Project: | The Open Toolkit library |
| Version: | 1.0-beta-2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Current implementation:
inv(Q) * V * Q
Standard convention:
Q * V * inv(Q)
I'm using the latter so not able to use OpenTK function.


Comments
#1
Thanks, fixed in r2522.
#2
Using 0.9.x-dev rev 2529
Isee only old implementation. Are you sure you fixed it in 0.9.x?
#3
Are you using trunk or the 1.0 branch?
Just to make sure we are on the same wavelength:
I haven't backported those fixes to trunk yet.
#4
Oh, thanks for the explanation.
I verified the routine works correctly (using 1.0 branch).
Thanks!
#5
Closing issues fixed in 1.0 beta-2.
#6