SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Math-ConvexHull rpm build for : OpenSuSE 13.X. For other distributions click perl-Math-ConvexHull.

Name : perl-Math-ConvexHull
Version : 1.04 Vendor : obs://build_opensuse_org/home:kdupke:branches:devel:languages:perl:slic3r
Release : 7.1 Date : 2015-01-24 21:58:51
Group : Development/Libraries/Perl Source RPM : perl-Math-ConvexHull-1.04-7.1.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : Calculate convex hulls using Graham\'s scan (n*log(n))
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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/kdupke:/branches:/devel:/languages:/perl:/slic3r/openSUSE_13.2/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(Math::ConvexHull)
perl-Math-ConvexHull

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(:MODULE_COMPAT_5.20.1)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.20.1/Math
/usr/lib/perl5/vendor_perl/5.20.1/Math/ConvexHull.pm
/usr/lib/perl5/vendor_perl/5.20.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Math-ConvexHull
/usr/share/doc/packages/perl-Math-ConvexHull/Changes
/usr/share/doc/packages/perl-Math-ConvexHull/README
/usr/share/man/man3/Math::ConvexHull.3pm.gz

 
ICM