xor method

Implementation

RegionPolygon xor(RegionPolygon poly1, RegionPolygon poly2) {
  return _operate(poly1, poly2, selectXor);
}