+ 7
How to find the point of intersection of two straight lines?
I have two straight lines and I want to find their point of intersection. How can I do that? I think applying some geometry will work but i wanna know if there are any built-in functions for this. https://code.sololearn.com/WeClLEHxK26A/?ref=app
4 Respostas
+ 6
MSN👑
Here's the solution of your problem!
Do you need explanation?
https://code.sololearn.com/c0lilZtwt3ny/?ref=app
+ 4
You should have their formulas and then solve for x and y
+ 2
Thanks Namit Jain
+ 1
https://byjus.com/point-of-intersection-formula/
What are you given with?
The equation of the line? Or the end points of the line?