ungerik / go3d

A performance oriented 2D/3D math package for Go
MIT License
303 stars 49 forks source link

fix quaternion rotate vec3 #30

Closed lotsofone closed 2 years ago

lotsofone commented 2 years ago

quaternion RotateVec3 no longer normalize the result vector

ungerik commented 2 years ago

Awesome, thanks!