Concave Polygon

Monkey Forums/Monkey Beginners/Concave Polygon

malublu(Posted 2016) [#1]
Hi,
I must draw an concave polygon.
But Monkey has only a function to draw a convex
' Draw a convex polygon using the provided vertices.
I try this, but its broken.
http://www.monkey-x.com/Community/posts.php?topic=1994
Is there a function that works?

Thank you.
Here is the test array:
[68.0,266.0,0.0,324.0,3.0,355.0,20.0,355.0,17.0,423.0,71.0,440.0,184.0,344.0,164.0,314.0,129.0,327.0,109.0,317.0,116.0,300.0,102.0,293.0,95.0,303.0]
wrong category.
please move to:
http://www.monkey-x.com/Community/topics.php?forum=207


malublu(Posted 2016) [#2]
Wuuu :D
I found a solution:
http://www.monkey-x.com/Community/posts.php?topic=7911

It works good :D
And thank you skid