Beispiel #1
0
 public static Plane operator |(Point a, Line b)
 {
     return(new Plane(Detail.dotPTL(a.P3, b.P1)));
 }