Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 682 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 682 Bytes

Rust Realisation of Weiler–Atherton clipping algorithm

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.

Example

TODOS:
  • Add multi-threads for list creation
  • Reduce allocations
LICENSE MIT