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
: