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

Change transform mode from AffineCompact to Isometry #318

Commits on Jul 31, 2018

  1. Change transform mode from AffineCompact to Isometry

    This increases the memory footprint of the `Transform` class by 33% (ie.,
    3x4 to 4x4). However, the X_AB.inverse() method will now implicitly use
    the transpose of the linear() component rather than computing an inverse.
    SeanCurtis-TRI committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    5d3de12 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

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

Commits on Aug 3, 2018

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