toji / gl-matrix

Javascript Matrix and Vector library for High Performance WebGL apps
glmatrix.net
MIT License
5.37k stars 721 forks source link

Optimize angle(a,b) for Vec2 #431

Closed munrocket closed 3 years ago

munrocket commented 3 years ago

The same trick as in #430 but for Vec2

stefnotch commented 3 years ago

Thank you