tripy icon indicating copy to clipboard operation
tripy copied to clipboard

Simple polygon triangulation algorithms in pure python

Results 3 tripy issues
Sort by recently updated
recently updated
newest added

Hi, We discovered with some colleagues by using different version of tripy that it was not able anymore to process some polygons that were supported in **version 0.0.3**. Here is...

Nice and smart. However I have now the case that tripy is NOT creating trias because testing the area if vertices are inside fails because the area is bigger than...

Hi! Is it possible to add a third dimension to the function?(z height) Something like: polygon = [(0,1,2), (-1, 0, 2.5), (0, -1, 2.5), (1, 0, 2)] I tried it...