필터 지우기
필터 지우기

Intersection points of multiply lines?

조회 수: 1 (최근 30일)
hu
hu 2013년 10월 31일
답변: Simon 2013년 10월 31일
Hi,
In the last couple of days and nights I am trying to find a way to get the intersection points of 3 lines without any success since I encounter special cases (e.g., slope=0 or Inf, -Inf). Any idea how to get the intersection points that will work both on case 1 and case 2 (Visually presented in the attached image).
Thanks a lot in advance.

채택된 답변

Simon
Simon 2013년 10월 31일
Hi!
Take a look at the great pages of Paul Bourke: http://paulbourke.net/. You can find a matlab code for the distance of two lines in 3d in section "The shortest line between two lines in 3D" on page http://paulbourke.net/geometry/pointlineplane/.
You can as well use 2d coordinates with the third entry 0. Then you just check every line against the others.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by