Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

fschutt/polyclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polyclip

polyclip is a library for efficiently intersecting two or more polygons and calculating the intersections. The algorithm is a port of the C++ version of the Martinez-Rueda-Feito algorithm described here:

http://www.cs.ucr.edu/~vbz/cs230papers/martinez_boolean.pdf

See also:

Language Site / Repository
C++ http://www4.ujaen.es/~fmartin/bool_op.html
PHP https://github.com/kudm761/martinez-rueda-php
Javascript https://github.com/w8r/martinez

Status

This library is not yet usable. Most of the algorithm has been ported, only the final touches are missing, as well as testing.

About

Library for efficient boolean operations on polygons in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages