Beispiel #1
0
 public void plot(Point start, Point end)
 {
     base_plotter.plot(start.skew(skew), end.skew(skew));
 }