go-gl / mathgl

A pure Go 3D math library.
BSD 3-Clause "New" or "Revised" License
554 stars 65 forks source link

Fix QuatLookAtV #33

Closed der-antikeks closed 9 years ago

der-antikeks commented 9 years ago

This should resolve the issue go-gl/mathgl#31 by introducing the function QuatBetweenVectors.

pwaller commented 9 years ago

SGTM, hope to find time to take a close look and test it in my case.