0
Suppose i have 2 triangles and for each triangle i have 2 coordinates. Find if these 2 triangles overlap.
try to solve this problem if you are a geek.
1 ответ
+ 4
Just trying. If the two lines (formed with given 2 coordinates) are not parallel, they will overlap. If they are parallel, they may overlap.