Polygon Clipping with Convex Clipping Polygon (Polygon Clipping)
Jump to navigation
Jump to search
Description
Here, the clipping polygon is restricted to being convex.
Related Problems
Generalizations: Polygon Clipping with Arbitrary Clipping Polygon
Parameters
No parameters found.
Table of Algorithms
Name | Year | Time | Space | Approximation Factor | Model | Reference |
---|---|---|---|---|---|---|
Sutherland–Hodgman algorithm | 1974 | $O(n^{2})$ | $O(n)$ 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
Time-Space Tradeoff
Error creating thumbnail: Unable to save thumbnail to destination