Convex Polygonal Window: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
== Table of Algorithms == | == Table of Algorithms == | ||
{| class="wikitable sortable" style="text-align:center;" width="100%" | |||
== Time Complexity | ! Name !! Year !! Time !! Space !! Approximation Factor !! Model !! Reference | ||
|- | |||
| [[Cyrus–Beck (Convex Polygonal Window; Convex Polyhedral window Line Clipping)|Cyrus–Beck]] || 1978 || $O(np)$ || $O({1})$ auxiliary? || Exact || Deterministic || [https://www-sciencedirect-com.ezproxy.canberra.edu.au/science/article/pii/0097849378900213 Time] | |||
|- | |||
|} | |||
== Time Complexity Graph == | |||
[[File:Line Clipping - Convex Polygonal Window - Time.png|1000px]] | [[File:Line Clipping - Convex Polygonal Window - Time.png|1000px]] | ||
== Space Complexity | == Space Complexity Graph == | ||
[[File:Line Clipping - Convex Polygonal Window - Space.png|1000px]] | [[File:Line Clipping - Convex Polygonal Window - Space.png|1000px]] | ||
== Pareto | == Pareto Frontier Improvements Graph == | ||
[[File:Line Clipping - Convex Polygonal Window - Pareto Frontier.png|1000px]] | [[File:Line Clipping - Convex Polygonal Window - Pareto Frontier.png|1000px]] |
Revision as of 13:04, 15 February 2023
Description
Line clipping is the process of removing lines or portions of lines outside an area of interest. Typically; any line or part thereof which is outside of the viewing area is removed. Here, the viewing area is a convex polygon.
Related Problems
Generalizations: Convex Polyhedral Window
Subproblem: Rectangular Window
Parameters
n: number of lines
p: number of edges on polygon
Table of Algorithms
Name | Year | Time | Space | Approximation Factor | Model | Reference |
---|---|---|---|---|---|---|
Cyrus–Beck | 1978 | $O(np)$ | $O({1})$ auxiliary? | Exact | Deterministic | Time |
Time Complexity Graph
Error creating thumbnail: Unable to save thumbnail to destination
Space Complexity Graph
Error creating thumbnail: Unable to save thumbnail to destination
Pareto Frontier Improvements Graph
Error creating thumbnail: Unable to save thumbnail to destination