lempiy / Weiler-Atherton-Clipping

Implementation of Weiler-Atherton Polygon Clipping Algorithm in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of Weiler-Atherton Polygon Clipping Algorithm in Rust

License:MIT License


Languages

Language:Rust 100.0%