-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
euler to quat functions #369
Merged
Merged
Changes from 9 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
05ea35f
made euler to quat xyz. Now I'm trying to test if it works or not
telephone001 d67ac97
got the euler to quat xyz working and got the tests to pass
telephone001 c5694c5
made all the functions. I have miscalculated some stuff and am curren…
telephone001 2f7dbad
finally done with tests and all euler to quaternion functions
telephone001 4ee6aea
made quat struct and also exported it
telephone001 45f2fff
Merge branch 'recp:master' into master
telephone001 ec37969
finished but trying to figure out why its not running in wasm
telephone001 666d692
fixed the bug with the tester. Its weird that the broken tester worke…
telephone001 036fd48
moved all my stuff to euler because it fits there better. Also, had t…
telephone001 fee2b7d
Merge branch 'recp:master' into master
telephone001 2eb9a67
fixed up the code to fit with the style, Also found out that I was ca…
telephone001 d613955
Merge remote-tracking branch 'refs/remotes/origin/master'
telephone001 e24675c
Merge branch 'recp:master' into master
telephone001 7e4383c
found out I was using glm_euler_xyz_quat in some testers that tests o…
telephone001 732a403
changed last parameter to be destination and also removed the euler->…
telephone001 42b5e83
re-added the euler->mat4->quat tests
telephone001 46aaf25
Merge branch 'master' into master
telephone001 39c0c1e
added handed folder and also made rh tests for the euler->quat functi…
telephone001 d820410
Merge remote-tracking branch 'refs/remotes/origin/master'
telephone001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know new compiler and C versions can handle this but I prefer to do declarations beginning of a scope block:
also even compilers do optimizations it would be nice to multiply with 0.5 rather than dividing by 2.