1

I have four points (x1,y1),(x2,y2)& (x3,y3),(x4,y4).The catch is that (x2,y2) & (x3,y3) are points that are close to each other but they are not equal. Also, (x1,y1)& (x4,y4) are points that are far away ( or the opposite sides) I want to check if these four-point together can make approximately a triangle. There are also (Xm, Ym) points in the plane. How can I check through code (python).

0 Answers0