SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Algorithm-RectanglesContainingDot rpm build for : openSUSE Leap 42. For other distributions click perl-Algorithm-RectanglesContainingDot.

Name : perl-Algorithm-RectanglesContainingDot
Version : 0.02 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 3.2 Date : 2016-10-29 12:39:22
Group : Development/Libraries/Perl Source RPM : perl-Algorithm-RectanglesContainingDot-0.02-3.2.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : Find rectangles containing a given dot
Description :
Given a set of rectangles and a set of dots, the algorithm implemented in
this modules finds for every dot, which rectangles contain it.

The algorithm complexity is O(R * log(R) * log(R) + D * log(R)) being R the
number of rectangles and D the number of dots.

Its usage is very simple:

* 1) create and algorithm object:

$a = Algorithm::RectanglesContainingDot->new;

* 2) add the rectangles:

$a->add_rectangle($name, $x0, $y0, $x1, $y1);

Rectangles are identified by a name that can be any perl scalar
(typically an integer or a string).

($x0, $y0) and ($x1, $y1) correspond to the coordinates of the
left-botton and right-top vertices respectively.

* 3) call the search method for every dot:

AATTrects = $a->rectangles_containing_dot($x, $y)

Returns the names of the rectangles containing the dot ($x, $y).

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_42.2/noarch

Content of RPM  Changelog  Provides Requires

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

Provides :
perl(Algorithm::RectanglesContainingDot)
perl-Algorithm-RectanglesContainingDot

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


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

 
ICM