asteroids/core
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
..
src Fixed angle wrapping math. 2020-01-28 15:17:38 +04:00
build.gradle Add base project files. 2020-01-24 12:03:04 +04:00