mirror of
https://github.com/n64decomp/mk64
synced 2026-06-16 14:10:23 -04:00
44fe054525
* First pass on converting degrees * Document degrees < 10 * Update most rotation values to degrees * Simplify DEGREES usage * A few additional DEGREES conversions * Documentation of DEGREES function * Use fractional degrees Instead of using `DEGREES(15) - 9` use `DEGREES(14.95f)` to avoid mixing representations * Cleanup / document degrees off by 1 * Update documentation of DEGREES