An open API service indexing awesome lists of open source software.

https://github.com/sixlabors/polygonclipper

A simple algorithm for Boolean operations on polygons
https://github.com/sixlabors/polygonclipper

Last synced: about 1 year ago
JSON representation

A simple algorithm for Boolean operations on polygons

Awesome Lists containing this project

README

          

# PolygonClipper

[![License: Six Labors Split](https://img.shields.io/badge/license-Six%20Labors%20Split-%23e30183)](https://github.com/SixLabors/PolygonClipper/blob/master/LICENSE)

## A Simple Algorithm for Boolean Operations on Polygons

*Francisco Martínez, Carlos Ogayar, Juan R. Jiménez, Antonio J. Rueda*

https://sci-hub.se/10.1016/j.advengsoft.2013.04.004

This repository contains the beginnings of an attempted port of the original public domain C++ implementation by the main author of the paper Francisco Martínez.

The original code can be found in the reference folder.

The plan is to implement a performant port, add additional tests and some method by which to generate renders of output clipping operations.

This is currently an intellectual exercise but I believe a C# port could be very useful in many applications if proven successful.

All and any assistance is gratefully accepted. :heart: