Weiler–Atherton clipping algorithm is a polygon-clipping algorithm. It is used in areas like computer graphics and games development where clipping of polygons is needed. It allows clipping of a subject or candidate polygon by an arbitrarily shaped clipping polygon/area/region.
- Add multi-threads for list creation
- Reduce allocations