-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quat_look_at #42
Comments
Is it quat_from_vec? |
You can always use handmade math https://github.com/HandmadeMath/Handmade-Math if you want a C alternative. I also have my own C++ math header I personally use over at cute headers https://github.com/RandyGaul/cute_headers Unless I’m mistaken I do think mathc is losing support for the time being. It seems to be in a decent state, but if you have questions or want updates it’s best to move to an alternative imo. |
Interesting question! I assumed this first as well and played around with
Ok, I will look at it! As for cute_headers, a C++ library is of no use to me since I am writing in C. I wouldn't mind staying with |
I'm still using this library because i'm using C, and because this library is the only compatible with OpenWatcom 2.0. |
I tried to find this function or an equivalent, but it seems to be missing:
quat_look_at
I see matrix equivalents, but it would be really useful to be able to do this one with quaternions. From the internet it looks like this is commonly available in other quaternion libraries (e.g. Ogre3D's quaternions offer this) so it doesn't seem like a super arcane function either. Would be really cool if it could be added some day!
The text was updated successfully, but these errors were encountered: