Beispiel #1
0
 public void plot(Point start, Point end)
 {
     plot_line_absolute(start.translate(center), end.translate(center));
 }