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

Add Semantics checks to Transform class #62

Merged
merged 5 commits into from
Jul 12, 2015

Commits on Jul 7, 2015

  1. Refactor Transform class and add semantics.

    - Transform is now composed of Position and Rotation class objects (pos & rot)
    - Transform semantics elements are only links to pos and rot semantics
    - every semantics computation relies on Position and Rotation semantics methods
    nunoguedelha committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    8d7084b View commit details
    Browse the repository at this point in the history
  2. Generated bindings for Matlab and made some fixes

    (- cleanup old friend statements
     - protected copy-assignment method of TransformSemantics)
    nunoguedelha committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    fa50aef View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2015

  1. merged from master (pull request #59)

    (Spatial Inertia, Spatial Acceleration , Velocity , Force and Momentum)
    nunoguedelha committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    5654a7c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Configuration menu
    Copy the full SHA
    ba956d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2015

  1. 7 Configuration menu
    Copy the full SHA
    9cf32bc View commit details
    Browse the repository at this point in the history