Exemplo n.º 1
0
 public static int dot(Coord3 c1, Coord3 c2) {
   return c1.dot(c2);
 }