Port variant | 536 |
Summary | Find rectangles containing a given dot (5.36) |
Package version | 0.02 |
Homepage | No known homepage |
Keywords | perl |
Maintainer | Perl Automaton |
License | Not yet specified |
Other variants | 538 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 05 AUG 2023, 23:28:01 UTC |
Port created | 14 JUN 2017, 04:26:08 UTC |
single | 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. |
Build and Runtime | perl-5.36:primary:standard |
main | mirror://CPAN/ID:S/SA/SALVA |
perl-Algorithm-BreakOverlappingRectangles:536 | Break up overlapping rectangles (5.36) |
perl-Algorithm-RectanglesContainingDot_XS:536 | Fast find rectangles containing a dot (5.36) |