Caching the inverse() transform of surfaces & optimise normal() access (was ACTS-143)
Original author Andreas Salzburger @asalzbur
Timing the extrapolation shows significant amount of time (10-15%) is spent in Eigen.
Two things can be done directly:
- caching inverse transform
- accessing normal() via transform matrix
Edited by Moritz Kiehn