JimBobSquarePants / BPol

A simple algorithm for Boolean operations on polygons

Home Page:http://www4.ujaen.es/~fmartin/bool_op.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BPol

License: Apache 2.0

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 excercise but I believe a C# port could be very useful in many applications if proven successful.

All and any assistance is gratefully accepted. ❤️

About

A simple algorithm for Boolean operations on polygons

http://www4.ujaen.es/~fmartin/bool_op.html

License:Apache License 2.0


Languages

Language:C++ 81.6%Language:C# 16.8%Language:QMake 1.1%Language:Makefile 0.5%