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