#1
|
|||
|
|||
Quat to matrix in Python 2.4
Hi,
does someone know functions or commands to transform Quaternions to Rotation matrixes?? I downloaded Numpy but i can't... I searched online but i have found only Python 2.6 scripts (while I have the 2.4 version). thank you |
#2
|
|||
|
|||
Vizard comes included with this functionality. The following code shows how to construct a 4x4 transform matrix from an [x,y,z,w] quaternion:
Code:
m = viz.Matrix.quat(x,y,z,w) |
#3
|
|||
|
|||
Thank you very much but unlucky I have another problem...
I'm using xsens MTXs which have a right handed reference system and I need to do a reset which probably will contain a matrix (or quaternion) transformation but I can't find the right command. Can you help me?? Thanks |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ERROR: Failed to initialize python | kay | Vizard | 1 | 10-07-2009 12:51 PM |
Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 12:13 PM |
Python update? | Brett Lindberg | Vizard | 1 | 02-26-2009 01:07 PM |
python 2.4 instead of 2.3? | perselletje | Vizard | 7 | 03-14-2006 12:06 PM |
Extending Python With C++ | Vygreif | Vizard | 2 | 01-18-2006 10:21 AM |