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