예제 #1
0
파일: Point.cs 프로젝트: Ziriax/KleinSharp
 public static float operator |(Point a, Point b)
 {
     return(Detail.dot33(a.P3, b.P3).GetElement(0));
 }