Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use radian instead of degree for device orientation #15

Open
raedle opened this issue Apr 14, 2015 · 0 comments
Open

Use radian instead of degree for device orientation #15

raedle opened this issue Apr 14, 2015 · 0 comments

Comments

@raedle
Copy link
Member

raedle commented Apr 14, 2015

Replace degree orientation with radian. Degree cause severe problems at the intersection of 0 and 360 degrees when smoothing angles with a filter.

It will be -PI to 0 to PI instead of 0 to 360. Alternatively change to -180 to 0 to 180.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant