Check if two polygons overlap: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{task}}Self-explanatory: given two polygons, check whether they overlap.")
 
No edit summary
Line 1: Line 1:
{{task}}Self-explanatory: given two polygons, check whether they overlap.
{{task}}Self-explanatory: given two polygons (as a list of their vertices), check whether they overlap.

Revision as of 06:45, 30 July 2023

Task
Check if two polygons overlap
You are encouraged to solve this task according to the task description, using any language you may know.

Self-explanatory: given two polygons (as a list of their vertices), check whether they overlap.