Package micycle.pgs.commons
Class FastConvexHull
java.lang.Object
micycle.pgs.commons.FastConvexHull
An optimised implementation of Andrew's monotone chain algorithm for
constructing convex hulls.
Rougly 5x faster than a naive implementation of the algorithm.
- Author:
- Jernej Puc, Michael Carleton
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<processing.core.PVector>
convexHull
(List<processing.core.PVector> P)
-
Method Details
-
convexHull
-