Tagged Questions
10
votes
7answers
5k views
Is there an algorithm for converting quaternion rotations to Euler angle rotations?
Is there an existing algorithm for converting a quaternion representation of a rotation to an Euler angle representation? The rotation order for the Euler representation is known and can be any of the ...
7
votes
3answers
304 views
Global Rotation
in GLScene we have three parameters (RollAngle, PitchAngle and TurnAngle) for rotation around local orientation. in the image below, how can I rotate cube around global orientation (orange axis)?
5
votes
3answers
135 views
Correcting the Yaw part of one Quaternion by the Yaw part of another one
I have the following problem: A quaternion (q1) from a motion capturing device needs to be corrected by the yaw angle (and only yaw!) from another orientation quaternion (q2) derived by a second ...
5
votes
3answers
2k views
Should Quaternion based 3D Cameras accumulate Quaternions or Euler angles?
So I have written a Quaternion based 3D Camera oriented toward new programmers so it is ultra easy for them to integrate and begin using.
While I was developing it, at first I would take user input ...
4
votes
0answers
479 views
How to convert Quaternion rotation to Euler Angles [closed]
Possible Duplicate:
Is there an algorithm for converting quaternion rotations to Euler angle rotations?
Hey guys,
I have been searching all over the internet and I cannot find a way to ...
3
votes
1answer
973 views
Compute Altitude and Azimuth from CMAttitude using either Roll, pitch and Yaw or Quaternion or Rotation Matrix
I am struck with a problem. I want to convert the CMAttitude information of an iPhone to Altitude (0 to 90deg) and Azimuth (0 to 360 deg). I have googled around and hit some threads which discuss ...
3
votes
2answers
384 views
Euler angles and Quaternion orientation
how to convert Quaternion orientation output of wintracker II device to Euler Angles output only. Because Wintracker II device Output Euler angles and Quaternion orientation. i want to Euler angles ...
3
votes
6answers
4k views
Euler angles vs. Quaternions - problems caused by the tension between internal storage and presentation to the user?
Quaternions are arguably an appropriate choice for representing object rotations internally. They are simple and efficient to interpolate and represent a single orientation unambiguously.
However, ...
1
vote
1answer
49 views
Getting Euler Angles from a Quaternion in Matlab
I have the X,Y,Z and W components of a Quaternion through time, in 4 separated vectors.
QW 1x346 2768 double
QX 1x346 2768 double
QY ...
0
votes
1answer
346 views
Rotate 3D Euler point using Quaternions to avoid gimbal lock
Firstly, I have done much googling and checking other stackoverflow posts about this, but cannot get a working reply or a snippet of working code. Maths is not my strength.
I need to have a routine ...
0
votes
2answers
321 views
Adding Local Rotation to Global Rotation
I've tried many formulas and conversions, but nothing gave me the result I expect.
The scenario is very simple:
How the 3DS Max and other 3D softwares make the "transformation" of an increment in ...
0
votes
2answers
1k views
Translate Local quaternion rotation into global (gyro)
I need a way to get euler angles for rotation in global frame of reference from a local. I am using c#, wpf 3d and a gyroscope. I have a globe on the screen that should move in the same way as the ...