i_overlay 8.1.0

Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Overlay Rules

<img src="ab.svg" alt="AB" style="width:50%;">

## Union, A or B
<img src="union.svg" alt="Union" style="width:50%;">

## Intersection, A and B
<img src="intersection.svg" alt="Intersection" style="width:50%;">

## Difference, A - B
<img src="difference_ab.svg" alt="Difference" style="width:50%;">

## Inverse Difference, B - A
<img src="difference_ba.svg" alt="Inverse Difference" style="width:50%;">

## Exclusion, A xor B
<img src="exclusion.svg" alt="Exclusion" style="width:50%;">