poly2tri-cs icon indicating copy to clipboard operation
poly2tri-cs copied to clipboard

A port of poly2tri to C#

Results 7 poly2tri-cs issues
Sort by recently updated
recently updated
newest added

Hello, When i am trying to convert some polygon points to triangle i am getting following error please help me out. " EdgeEvent - Point on constrained edge not supported...

Hi! I've used your library in one of my projects (conversion of a Delaunay triangulation to a Voronoi diagram). Unfortunately there were some NullReferenceExceptions while creating the triangulation. I tried...

Currently, I believe this results in incomplete, bogus triangulation -- better responses would be either throwing an exception or creating points and handling the case.

Seems to be due to flipping the data rather than the rendering, probably not an outright bug. I may not fix this.

Format used isn't a simple outline like the rest of the .dat files. Possibly pairs of points representing line segments?

I am indeed getting a working result, but the result has to be read through TriangulationPoint type and it only contains X and Y, not the index of vertex. When...