Exemplo n.º 1
0
 public static Translator operator *(Point a, Point b)
 {
     return(new Translator(Detail.gp33(a.P3, b.P3)));
 }