Tagged Questions
The euler-angles tag has no wiki summary.
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
302 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)?
7
votes
5answers
4k views
Calculate rotations to look at a 3D point?
I need to calculate the 2 angles (yaw and pitch) for a 3D object to face an arbitrary 3D point. These rotations are known as "Euler" rotations simply because after the first rotation, (lets say Z, ...
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
477 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
2answers
284 views
Problem with Euler angles from YZX Rotation Matrix
I've gotten stuck getting my euler angles out my rotation matrix.
My conventions are:
Left-handed (x right, z back, y up)
YZX
Left handed angle rotation
My rotation matrix is built up from Euler ...
3
votes
1answer
968 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
378 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
1answer
2k views
Conversion euler to matrix and matrix to euler
I'm trying to convert a 3D rotation described in term of euler angles into a matrix and then back, using .NET/C#. My conventions are:
left handed system (x right, y top, z forward)
order of ...
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
42 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 ...
1
vote
1answer
120 views
How to convert euler xyz to euler zxy using javascript
I am trying to convert euler rotation order from existing xyz to zxy. Could anyone please help me in doing this? Thanks.
Edit: I found this really useful article, thinking it may help others on the ...
1
vote
1answer
99 views
Problem with bounds of an angle
Heads up: Even though this problem arose while I was working with Unity, it has nothing specific to Unity, and is more about programming logic, so please don't shy away.
I'm using Unity and rotating ...
1
vote
2answers
113 views
A point in 3D space from an angle
I'm currently working on a camera for a game. But I got stuck at the rotation.
When I move my mouse across the x- or y-axis, I want the camera to rotate around my character.
What would be a formula ...
1
vote
0answers
313 views
Android FaceDetector.Face Euler angles are 0 all the time
I'm trying to get a the Euler angle of a Face that is detected by FaceDetector.
Here is what I use to output to Logcat:
Log.v("debug", " X: " + face.pose(Face.EULER_X) + " Y: " + ...
1
vote
0answers
372 views
Core Motion - Convert local euler angles to another reference system
I got a problem with the maths involved in converting local Euler angles into the angles of another reference system. Lets say we have an iPhone aligned with the axis of an vehicle and I want to ...
1
vote
1answer
480 views
MATLAB rotation problem
Hey all, I need rotated versions of a 3D shepp logan phantom and it's corresponding rotation matrix. Now here's the thing, I use a function called phantom3d to create the 3D SLP, the function allows ...
1
vote
5answers
662 views
3D Math: Calculate Bank (Roll) angle from Look and Up orthogonal vectors
I hope this is the proper location to ask this question which is the same as this one, but expressed as pure math instead of graphically (at least I hope I translated the problem to math correctly).
...
1
vote
1answer
179 views
Which euler rotations can I use?
I have two Cartesian coordinates. There are xyz and BIG XYZ. I want to make these are parallel to each other. For example, x paralel to X ,y parallel to Y and z paralel to Z. I use a rotation matrix ...
0
votes
1answer
58 views
Determining axis of rotation from gyroscope when initial orientation is variable
An iPhone is held in front of you vertically (pitch is 90 degrees) with the screen either pointing toward your face, or with the screen pointed to one side of your face (so the iPhone is a sliver). It ...
0
votes
0answers
113 views
3D camera lookAt and rotation settings
I am doing a 3D application for the first time on iOS with an open source engine.
I am rotating a camera view by moving an object in a spherical motion around the camera based on gestures. This works ...
0
votes
1answer
339 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
317 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
1answer
485 views
Convert values form Sensor.TYPE_ORIENTATION to Euler angles?
I have to write a compass app in Android. The only thing the user sees on the screen is a cube with a red wall which has to point north. This is not important. What's important is that I need to ...
0
votes
3answers
554 views
How to convert ZXZ rotation matrix to Euler angles?
I'm using Catia software. When I query the position of an object inside my CAD drawing, the system returns a 3x4 matrix
[Rotations | Translations]
I think that the Rotations are expressed in a ZXZ ...
0
votes
1answer
266 views
How to change handedness of coordinates?
How to convert from Euler's coordinates
E1 = (x1, y1, z1, yaw1, pitch1, roll1)
to E2 = (x2, y2, z2, yaw2, pitch2, roll2)
where x, y, z are the coordinates of a point
and yaw, pitch, roll the ...
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 ...