Page MenuHomePhabricator

Add class for static help functions to module IGTBase
Closed, ResolvedPublic

Description

There are some useful help functions spread over the IGT module. Examples are:

  • computation of FRE, TRE
  • computation of angles between quaternions (to get the angle between 2 tools)
  • etc.

to make them reuable a collection of such help methods in a special class would be helpful.

Add such a class to the module IGTBase.

Event Timeline

User franza has pushed new remote branch:

bug-18293-IGTHelperClass

two methods are already implemented and can be merged to the master:

  • computation of angles between quaternions
  • conversion of Euler angles to rotation matrix

... but a test is missing at the moment.

was already merged to the master together with T18998, so closing this bug.