Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nraynaud/polygonsjs

some training polygons algorithms
https://github.com/nraynaud/polygonsjs

Last synced: about 2 months ago
JSON representation

some training polygons algorithms

Awesome Lists containing this project

README

        

polygonsJS
==========

A mock Bentley-Ottmann for training: http://nraynaud.github.io/polygonsJS/index.html

Beginning of a Medial Axis Transform for simple polygons here: http://nraynaud.github.io/polygonsJS/test_medial_axis.html

There are still 2 O(n^2) parts: point in polygon test and closest distance test filter, both to be solved with a KD tree