Check if a polygon overlaps with a rectangle: Difference between revisions

m
added related tasks
m (added related tasks)
Line 1:
{{task}}Self-explanatory: given a polygon (as an array/vector/list of its vertices) and a rectangle (in x, y, width, height format), check if they intersect.
 
;Related tasks
 
* [[Determine_if_two_triangles_overlap|Determine if two triangles overlap]]
 
* [[Check_if_two_polygons_overlap|Check if two polygons overlap]]
 
<br><br>
 
 
 
 
 
 
7,818

edits