Beispiel #1
0
 public static float operator |(Plane a, Plane b)
 {
     return(_mm_store_ss(Detail.dot00(a.P0, b.P0)));
 }