adda icon indicating copy to clipboard operation
adda copied to clipboard

Convex hull shape option

Open GoogleCodeExporter opened this issue 10 years ago • 2 comments

Implement convex hull algorithm into shape generator to enable much wider
variety of automatically generated shapes. The idea and sample code were
given by Roman Schuh.

Original issue reported on code.google.com by yurkin on 26 Nov 2008 at 8:20

GoogleCodeExporter avatar Aug 12 '15 07:08 GoogleCodeExporter

Probably, this can also be implemented using https://github.com/karimnaaji/3d-quickhull . But I am not sure if that implements exactly convex hull algorithm.

myurkin avatar Jun 25 '18 07:06 myurkin

For reference - https://github.com/adda-team/adda/wiki/AddingShape

The shape option may look like:

-shape convex_hull <filename> 

myurkin avatar Apr 23 '21 16:04 myurkin