public void drawPoint(Point2d point) {
   plotter2dAdapter.drawPoint(plotter2dAdapter.getMetersFrame(), point);
 }