Remove Eigen plugin
This removes the Eigen plugin, and also cleans up the Helper.hpp
.
Specifically:
-
getTransformFromRotTransl
is removed (was used, but can be replaced by matrix expression) -
(is used in some tests, we keep it for now)toString
moves toNavigator
: is only used there, general utility is not given in my opinion (@asalzbur, thoughts?)
This is rebased on the new target names, so !454 (merged) must go in first.
Closes ACTS-478
Edited by Paul Gessinger