Beispiel #1
0
 public static Line Log(Motor m)
 {
     Detail.log(m.P1, m.P2, out var p1, out var p2);
     return(new Line(p1, p2));
 }