Go to file
Matt Low b9e63dea26 Fixed angle wrapping math.
When rotation was < 0, we were subtracting it from 360, which was
producing a number larger than 360. We should have been adding it to 360,
not subtracting.

Moved angle wrapping math to a separate function.
2020-01-28 15:17:38 +04:00
android Add base project files. 2020-01-24 12:03:04 +04:00
core Fixed angle wrapping math. 2020-01-28 15:17:38 +04:00
desktop Add base project files. 2020-01-24 12:03:04 +04:00
gradle/wrapper Add base project files. 2020-01-24 12:03:04 +04:00
html Add base project files. 2020-01-24 12:03:04 +04:00
.gitignore Add base project files. 2020-01-24 12:03:04 +04:00
build.gradle Add base project files. 2020-01-24 12:03:04 +04:00
gradle.properties Add base project files. 2020-01-24 12:03:04 +04:00
gradlew Add base project files. 2020-01-24 12:03:04 +04:00
gradlew.bat Add base project files. 2020-01-24 12:03:04 +04:00
settings.gradle Add base project files. 2020-01-24 12:03:04 +04:00