Beispiel #1
0
 public static float operator |(Point a, Point b)
 {
     return(Detail.dot33(a.P3, b.P3).GetElement(0));
 }