Skip to content

BUG: Plane fix, width should not use base transform scaling

Andrew Wilson requested to merge andrew.wilson/iMSTK:PlaneFix into master

The base class transform should not be used for width. Scaling is then applied in the wrong order and the width will effect the amount of translation.

PR Checklist

  • No API changes were made (or the changes have been approved)
  • No major design changes were made (or the changes have been approved)
  • No new dependecies were added (or the new dependencies have been approved)
  • Added test (or behavior not changed)
  • Updated API documentation (or API not changed)
  • Ran the CodeFormatEnforcer task and verified the header is in all new files
  • Added iMSTK examples for all new major features (if any)

Merge request reports