You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, accelerometer angle is calculated from total gravity vector.
But maybe this is not necessary to calculate total gravity vector using atan() function.
Angle can be calculated like this: atan(X/Y)
This works for 2D purpose, I have to test it for real in 3D.
The text was updated successfully, but these errors were encountered:
Currently, accelerometer angle is calculated from total gravity vector.
But maybe this is not necessary to calculate total gravity vector using
atan()
function.Angle can be calculated like this:
atan(X/Y)
This works for 2D purpose, I have to test it for real in 3D.
The text was updated successfully, but these errors were encountered: