Beispiel #1
0
 public static Plane operator |(Plane a, Line b)
 {
     return(new Plane(Detail.dotPL(false, a.P0, b.P1, b.P2)));
 }