-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fix GetPosition's interpolation to properly handle the angular part. Fixes #331 #332
base: master
Are you sure you want to change the base?
Fix GetPosition's interpolation to properly handle the angular part. Fixes #331 #332
Conversation
Hm, i guess it is to be expected for the tests to fail now.
|
Added a new test for that case, however i had to adjust some of the magic numbers - and there seem to be a lot others left for fixed formats and different compiler options. Not sure how to produce all of these even. |
Apparently clang can't constexpr floor. So there's that also. |
#331
Angles weren't properly interpolated, allowing for weird behavior when interpolating close to +PI / -PI.