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