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
: