Get Euler Yaw angle of an Android Device
问题 I'm trying to get yaw of an android device expressed in euler angles. To be clear i dont want 'Azimuth' (which is the angle to magnetic north) I want the rotation of the 'z' axis of an android device as shown in this picture. This (IMHO) should be the axis used in some car games to determine the amount of steering. It is my understanding I could just use the Accelerometer values (without the magnetic fields) but I'm unable to get the determined value. (probably due to a lack of understanding