-
-
-
-
-
-
-
-
Processing-Convex-Hull
... Computational Geometry by de Berg, et al
## An Implementation of the Convex Hull Algorithm for Processing
This sketch implements the Convex Hull ... of points and figures out which points beyond to the convex polygon that contains the full set. It does so in ...
-
convex-hull
... that generates a given number of points and then finds the convex-hull of those points.
The code for generating and displaying points ... part of a course.
I wrote the code for finding the convex-hull of the points.
How many points can be generated depends ...
-
convex-hull-erl
... Graham's scan method for computing 2D convex hull in Erlang.
convex-hull-erl
===============
Implementation of [Graham's scan ... ://en.wikipedia.org/wiki/Graham_scan) method for computing 2D convex hull in Erlang.
### usage ###
Example, from from erlang- ...
-
ruby-convex-hull
... to add `require_relative 'lib/convex_hull'`
to your script.
Call the convex hull calculation using the following syntax:
`Geometry::ConvexHull. ... . It's not what you call a decent [Convex Hull Algorithm](http://en.wikipedia.org/wiki/Convex_hull_algorithms " ...
-