pub type ClipperClipType = c_uint;Expand description
Boolean operation kind. NONE is the sentinel default for an unconfigured engine — passing it to clipper_*_execute is undefined. Use INTERSECTION / UNION / DIFFERENCE / XOR for the standard four set operations.