How to get intersection point of two line with coordinates?

Narendrareddy

New member
Joined
May 17, 2016
Messages
3
attachment.php
 

Attachments

  • Intersection Point Coordinates.jpg
    Intersection Point Coordinates.jpg
    49.6 KB · Views: 19
Intersection Pont

You have 2 lines with 2 given points on each:

Line 1 : (-9.398, 25.2549) and (-7.398, 24.998)

Line 2 : (-6, 26.79) and (-7.351, 26.1145)

So all you need to do is find the intersection point of these 2 lines.

If you don't know how, go here:
https://en.wikipedia.org/wiki/Line–line_intersection

Thank you very much sir for your reply

This picture shows the Intersection point between Line 1 : (-9.398, 25.2549) and (-7.398, 24.998) but some conditions I dont know where the line -2 will be crossed it will be crossed between (-9.398, 25.2549) and (-11.3980,24.8679). In that case what can I do... Please help me Sir.
 
Top