1

I have two tables Point and Polygon and I want to make an order of polygon's points using an algorithm, algorithm that can tell me this point is the first of the polygon and then the second.., is there any algorithm already found to order a polygon's points? Thank you

Bob
  • 86
  • 1
  • 12

1 Answers1

1

There are no one solution for this task. You can build few different polygons on the same points. Green and plue polygons on the same vertices

If you need any possible polygon you can try this how to order vertices in a non-convex polygon (how to find one of many solutions)