|
![Picture of Chi H. Picture of Chi H.](/graphics/unknown.gif) Chi H. - 2014-05-10 00:23:54 - In reply to message 9 from Daniel Fischer
Yes, it's fixed, there was an error but very small. Let me know if it works and just because the area is smaller isn't logic. It's in my answer.
![Picture of xld Picture of xld](/graphics/unknown.gif) xld - 2016-06-03 15:06:12 - In reply to message 11 from Chi H.
Hi,
can you help me ?
i have the lines zig-zag instead of polygon.
Wich table it must use for plot each point of the polygon ?
Thank by advance,
Xavier
![Picture of Chi H. Picture of Chi H.](/graphics/unknown.gif) Chi H. - 2016-06-03 16:20:11 - In reply to message 12 from xld
Input is a list with points (x,y) as an array pair. It's the first parameter of the main() function.
![Picture of xld Picture of xld](/graphics/unknown.gif) xld - 2016-06-04 10:33:16 - In reply to message 13 from Chi H.
Hi,
thanks for the answers.
No problem for the input array,
*but what array for the output
for drawing a polygon :
- delaunay
- setpoint
- convex hull
?
Xavier.
![Picture of Chi H. Picture of Chi H.](/graphics/unknown.gif) Chi H. - 2016-06-04 11:04:59 - In reply to message 14 from xld
There is a function to draw a polygon. If you are technical interested algorithm uses a mix of convex-hull, dt and alpha shape!
|