
conversion from matrix to quaternion and back
Posted Wednesday, 27 April, 2011 - 12:22 by avc81| Project: | The Open Toolkit library |
| Version: | 1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | avc81 |
| Status: | in progress (commit) |
Jump to:
Description
why don't we add these methods to Matrix,Matrix4d and Quaternion,Quaternion4d? They will be useful


Comments
#1
(add to the previous request)
i noticed that there are no + and - operators(or functions) for matrices
#2
Can you submit a patch to the repository?
#3
today i'm gonna test the functions i wrote. then i will submit a patch (never done that before for opentk, do u use svn?)
#5
Yes, we are still on svn. Please create the patch against trunk, as it would be easier to test and merge.
#6
you trunk link doesn't work
may i use https://opentk.svn.sourceforge.net/svnroot/opentk/trunk/?
i see that your last commit is dated 2 months ago
#7
Yes please use that (the previous link pointed to instructions, not the svn server).
#8
patch created. how can i commit it?
#9
Please attach it here and I will commit it!
#10
no way to attach a file here. Anyway there are some redundancies and maybe too much refs but it works. fix it as u please.
p.s. i will add + and - later cause they are trivial and maybe u want to add them yourself
#12