polypartition icon indicating copy to clipboard operation
polypartition copied to clipboard

Tiny Polygon Partitioning and Triangulation Library

Results 12 polypartition issues
Sort by recently updated
recently updated
newest added

Based on the calls in UpdateVertex and IsInside, p2 is considered the central vertex. So the two vectors would be v1 = p1-p2 v2 = p3-p2 (head - tail) The...

Hey y’all, I was trying out Triangulate_MONO on some polygons and found several where it was unable to triangulate properly. I tried triangulating the same polygons using Triangulate_EC and it...

[An extra null pointer check is not needed in a function](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null "Do I need to check for null before delete p?") like [the destructor for the class “TPPLPoly”](https://github.com/ivanfratric/polypartition/blob/7bdffb428b2b19ad1c43aa44c714dcc104177e84/src/polypartition.cpp#L37 "Update candidate").

``` It would be very useful for me to include an index to the original polygons vertex-list to the points in the output, so that I don't have to find...

Priority-Medium
Type-Defect
auto-migrated

``` Hi Ivan Fratric, I use Triangulate_EC to triangulate polygons with hole. When the hole and outer polygon have common node, the result is wrong. Could you please help me...

auto-migrated
Priority-Low
Type-Enhancement

``` What steps will reproduce the problem? Square input poly with an interior square hole seems to be failing input poly 1 -1423 479 -1423 419 -1363 419 -1363 479...

Priority-Medium
Type-Defect
auto-migrated

Triangulation failure in The following information: polygon: 400 vertexs holes.size() ≈ 10; every hole.size ≈ [20,50]

Hi, I have been using polypartition on quite large datasets successfully, but I ran into a hang recently. The hang occurs on a rectangular polygon with about 1500 rectangular holes!...

Hi ConvexPartition_HM seems to work with any input polygon. But ConvexPartition_OPT seems to fail with larger(?) polys. The attached file contains a poly that will not be Partitionned with _OPT...

hi, I tried to use the code and it worked well. I have plot the test_input.txt points on Excel and I wonder why it is upside down? Maybe because the...