recp / cglm

📽 Highly Optimized 2D / 3D Graphics Math (glm) for C
MIT License
2.26k stars 229 forks source link

added quat_slerp_longest #416

Closed telephone001 closed 4 months ago

telephone001 commented 4 months ago

adds quat slerp that takes the longest path I still need to figure out ideas for tests. Let me know if I missed anything

telephone001 commented 4 months ago

if you want to see it in action https://www.youtube.com/watch?v=hOj2il2y-dM

recp commented 4 months ago

Hi @telephone001,

Thanks for the implementation 🚀

Let me know if I missed anything

Tests would be awesome 😎

I still need to figure out ideas for tests.

A PR for test would be nice, later maybe when you have ideas ;)