private void calcReverseTransformation() {
   reverseTransformationMatrix.invert(transformationMatrix);
 }