Package : perl-Math-ConvexHull > RPM : perl-Math-ConvexHull-1.40.0-10.mga7.src.rpm

Basic items

Name perl-Math-ConvexHull
Version 1.40.0
Release 10.mga7
URL http://search.cpan.org/dist/Math-ConvexHull
Group Development/Perl
Summary Calculate convex hulls using Graham's scan
Size 8KB
Arch noarch
License GPLv1+ or Artistic

Description

'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.

The implementation cannot deal with duplicate points. Therefore, points
which are very, very close (think floating point close) to the previous
point are dropped since version 1.02 of the module. However, if you pass in
randomly ordered data which contains duplicate points, this safety measure
might not help you. In that case, you will have to remove duplicates
yourself.

EXPORT
None by default, but you may choose to have the 'convex_hull()'
subroutine exported to your namespace using standard Exporter
semantics.

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-19 10:39:27
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie