public static Motor operator *(Plane a, Plane b) { Detail.gp00(a.P0, b.P0, out var p1, out var p2); return(new Motor(p1, p2)); }