This PR implements two improvements, one general and one specific to dir_to_rotation:
Cache math functions into locals for faster access
Replace dir_to_rotation with a faster and more accurate version
This PR implements two improvements, one general and one specific to `dir_to_rotation`:
- Cache math functions into locals for faster access
- Replace dir_to_rotation with a faster and more accurate version
Не може да се извърши обединяване, защото съществуват конфликти между ревизиите.
Моля, използвайте инструменти на командния ред за да разрешите конфликтите.
This PR implements two improvements, one general and one specific to
dir_to_rotation
: