public void drawRotatedCross(Point2d center, Vector2d radii) {
   plotter2dAdapter.drawRotatedCross(plotter2dAdapter.getMetersFrame(), center, radii);
 }