Timeline for Algorithm to verify if a shape is inside another
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 15, 2014 at 4:23 | comment | added | Martin Frank | that is totally correct! +1 @Marco13 | |
| Oct 14, 2014 at 17:44 | comment | added | Marco13 | A (late) remark concerning the PathIterator approach: Note that there may be shapes that intersect the rectangle, even if none of the points delivered by the PathIterator is actually inside the shape. Imagine a path.lineto(x,y) moving from "left of the rectangle" directly to "right of the rectangle". | |
| Sep 29, 2014 at 12:26 | history | edited | Martin Frank | CC BY-SA 3.0 | added 609 characters in body |
| Sep 29, 2014 at 12:18 | history | answered | Martin Frank | CC BY-SA 3.0 |