public void InvertAxisScale(CoordinateSystemAxis axis)
 {
     _transformMatrix.InvertAxisScale(axis);
     RecalculateLocalAxes();
 }