PHP Classes

not working class

Recommend this page to a friend!

      PHP Concave Hull  >  All threads  >  not working class  >  (Un) Subscribe thread alerts  
Subject:not working class
Summary:Division by zero
Messages:15
Author:John York
Date:2014-04-06 07:20:41
Update:2014-05-10 00:23:54
 
  1 - 10   11 - 15  

  11. Re: not working class   Reply   Report abuse  
Picture of Chi H. 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.

  12. Problem Zig-Zag   Reply   Report abuse  
Picture of xld 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

  13. Re: not working class   Reply   Report abuse  
Picture of Chi H. 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.

  14. Re: not working class   Reply   Report abuse  
Picture of xld 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.

  15. Re: not working class   Reply   Report abuse  
Picture of Chi H. 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!

 
  1 - 10   11 - 15