-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Finish Matrix4 implementation. #129
Merged
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6724408
Initial Matrix4 refactoring.
mramato bc09efc
Ongoing Matrix4 work.
mramato fe3bb5c
Merge remote-tracking branch 'origin/master' into matrix4
mramato 4b6aff8
Add `when` promise library and switch some APIs to use them.
shunter 75beff0
CHANGES.md tweak.
pjcozzi de99d9e
Ongoing Matrix4 work.
mramato 5bff297
Ongoing Matrix4 work.
mramato 41483ab
Minor optimization.
mramato 230e872
Merge remote-tracking branch 'origin/master' into matrix4
mramato 395a566
Merge branch 'master' into matrix4
mramato d3eff78
Fix and optimize Matrix4.inverseTransformation
mramato d4ad9f2
One line fix for issue #127 which I introduced with c1e68f1
mramato f646be5
Remove test for an internal function.
bagnell 3b0d1ec
Final Matrix4 changes
mramato e845ca4
Update CHANGES.
mramato 0928cc9
Add missing test to bring Matrix4 coverage up to 100%
mramato 049ad93
Merge remote-tracking branch 'origin/master' into matrix4
mramato b735bf0
Optimize Matrix4.multiply my extracting locals.
mramato a921dd0
Add missing Matrix4 documentation.
mramato 2abce61
Fix typo.
mramato 41c8e7f
Use a custom Jasmine equality tester instead of replacing the default…
shunter 8308afc
Hopefully final Matrix4 changes after review.
mramato 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
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.
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.
typo at the end: setColum
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.
Thanks, fixed.