Reporting all intersection points, general polygons: Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Reporting all intersection points, general polygons (Line segment intersection)}} == Description == In this case, we are supplied with a list of polygons (not necessarily convex), and we wish to report all regions of intersection. == Related Problems == Subproblem: Reporting all intersection points, convex polygons Related: Reporting all intersection points, line segments, Reporting all intersection points, generalized segments, Countin...")
 
No edit summary
Line 12: Line 12:
== Parameters ==  
== Parameters ==  


<pre>n: number of line segments
n: number of line segments
k: number of points of intersection</pre>
 
k: number of points of intersection


== Table of Algorithms ==  
== Table of Algorithms ==  

Revision as of 13:02, 15 February 2023

Description

In this case, we are supplied with a list of polygons (not necessarily convex), and we wish to report all regions of intersection.

Related Problems

Subproblem: Reporting all intersection points, convex polygons

Related: Reporting all intersection points, line segments, Reporting all intersection points, generalized segments, Counting number of intersection points, line segments

Parameters

n: number of line segments

k: number of points of intersection

Table of Algorithms

Currently no algorithms in our database for the given problem.

References/Citation

https://pdfs.semanticscholar.org/a571/cc92218132a1b0e65c2adbf663c79d015737.pdf