-
Notifications
You must be signed in to change notification settings - Fork 48
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
Local transforms #235
base: develop
Are you sure you want to change the base?
Local transforms #235
Commits on Jul 25, 2012
-
Fixed lint errors in transform.test
David Perit committedJul 25, 2012 Configuration menu - View commit details
-
Copy full SHA for 8da30e9 - Browse repository at this point
Copy the full SHA 8da30e9View commit details
Commits on Aug 8, 2012
-
Added first, untested version of toWorldPoint
David Perit committedAug 8, 2012 Configuration menu - View commit details
-
Copy full SHA for ffb3105 - Browse repository at this point
Copy the full SHA ffb3105View commit details -
Added var to line in transform in toWorldPoint so that it declares a …
…variable explicitly instead of implicitly
David Perit committedAug 8, 2012 Configuration menu - View commit details
-
Copy full SHA for 37ef33c - Browse repository at this point
Copy the full SHA 37ef33cView commit details
Commits on Aug 21, 2012
-
Added a transformToLocal function in transform, which is similar to d…
…irectionToLocal except that it takes a transform Rewrote the directionToLocal function in transform so that it works properly now Added a temporary matrix in transform so that a number of different functions no longer have to re-allocate memory for matrices Fixed spelling of variable in transform Added a new version of the math library
David Perit committedAug 21, 2012 Configuration menu - View commit details
-
Copy full SHA for b94737a - Browse repository at this point
Copy the full SHA b94737aView commit details
Commits on Aug 22, 2012
-
Added unit tests for directionToWorld, directionToLocal, and transfor…
…mToLocal Fixed comments in transform
David Perit committedAug 22, 2012 Configuration menu - View commit details
-
Copy full SHA for 7859021 - Browse repository at this point
Copy the full SHA 7859021View commit details
Commits on Aug 24, 2012
-
Removed computeLocalRotation as I don't actually know what it was supposed to do
David Perit committedAug 24, 2012 Configuration menu - View commit details
-
Copy full SHA for 387873a - Browse repository at this point
Copy the full SHA 387873aView commit details -
Added directionToWorld function header showing that it's supposed to …
…exist
David Perit committedAug 24, 2012 Configuration menu - View commit details
-
Copy full SHA for e32b30f - Browse repository at this point
Copy the full SHA e32b30fView commit details