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