I am trying to develop an algorithm to find out maximum area triangle (co ordinates) from intersection of two or more triangles whose coordinates are not much deviated form each other( with all edges cases)
For example: Triangle A with co ordinates (x1, y1), (x2, y2), (x3, y3) For triangle B x1 is shrinked by dx1 , y1 is shrinked by dy1, x3 is shrinked by dx3, y3 is shrinked by dy3. For triangle C x2 is shrinked by dx2 , y2 is shrinked by dy2, x3 is shrinked by dx3, y3 is shrinked by dy3.
Now task to is to find a triangle or coordinates of triangle, such that all of the three triangles can be reduced to that.