Binary package “libmath-convexhull-monotonechain-perl” in ubuntu xenial
Perl module to calculate a convex hull using Andrew's monotone chain algorithm
Math::
convex_hull which calculates the convex hull of the input points and returns
it. Andrew's monotone chain convex hull algorithm constructs the convex hull
of a set of 2-dimensional points in O(n*log(n)) time.
.
It does so by first sorting the points lexicographically (first by
x-coordinate, and in case of a tie, by y-coordinate), and then constructing
upper and lower hulls of the points in O(n) time. It should be somewhat faster
than a plain Graham's scan (also O(n*log(n))) in practice since it avoids polar
coordinates.
Published versions
- libmath-convexhull-monotonechain-perl 0.1-1build3 in amd64 (Proposed)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in amd64 (Release)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in arm64 (Proposed)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in arm64 (Release)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in armhf (Proposed)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in armhf (Release)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in i386 (Proposed)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in i386 (Release)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in powerpc (Proposed)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in powerpc (Release)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in ppc64el (Proposed)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in ppc64el (Release)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in s390x (Proposed)
- libmath-convexhull-monotonechain-perl 0.1-1build3 in s390x (Release)