FreeBSD.software
Home/math/p5-Math-ConvexHull

p5-Math-ConvexHull

1.04_1

Calculate convex hulls using Graham's scan (n*log(n))

Math::ConvexHull is a simple module that calculates convex hulls from a set of points in 2D space. It is a straightforward implementation of the algorithm known as Graham's scan which, with complexity of O(n*log(n)), is the fastest known method of finding the convex hull of an arbitrary set of points. There are some methods of eliminating points that cannot be part of the convex hull. These may or may not be implemented in a future version.

Origin: math/p5-Math-ConvexHull
Category: math
Size: 9.56KiB
License: not specified
Maintainer: perl@FreeBSD.org
Dependencies: 1 packages
Required by: 0 packages
$pkg install p5-Math-ConvexHull

Dependencies (1)

More in math