Skip to content
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

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Commits on Jul 25, 2012

  1. Fixed lint errors in transform.test

    David Perit committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    8da30e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2012

  1. Added first, untested version of toWorldPoint

    David Perit committed Aug 8, 2012
    Configuration menu
    Copy the full SHA
    ffb3105 View commit details
    Browse the repository at this point in the history
  2. Added var to line in transform in toWorldPoint so that it declares a …

    …variable explicitly instead of implicitly
    David Perit committed Aug 8, 2012
    Configuration menu
    Copy the full SHA
    37ef33c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2012

  1. 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 committed Aug 21, 2012
    Configuration menu
    Copy the full SHA
    b94737a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2012

  1. Added unit tests for directionToWorld, directionToLocal, and transfor…

    …mToLocal
    
    Fixed comments in transform
    David Perit committed Aug 22, 2012
    Configuration menu
    Copy the full SHA
    7859021 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2012

  1. Renamed some functions

    Removed computeLocalRotation as I don't actually know what it was supposed to do
    David Perit committed Aug 24, 2012
    Configuration menu
    Copy the full SHA
    387873a View commit details
    Browse the repository at this point in the history
  2. Added directionToWorld function header showing that it's supposed to …

    …exist
    David Perit committed Aug 24, 2012
    Configuration menu
    Copy the full SHA
    e32b30f View commit details
    Browse the repository at this point in the history