intersection of two triangles
이전 댓글 표시
Hi,
I have 2 triangles and I would like to know if they are inside each others or they intersect. Like the picture How I can do that ? I read about polyxpoly but to be honest I don't understand how to use it in this scenario.

채택된 답변
추가 답변 (1개)
Rushabh Khattri
2017년 8월 22일
0 개 추천
I am getting this error :- Undefined function 'polyxpoly' for input arguments of type 'double'.
댓글 수: 2
Jan
2017년 8월 22일
The first point to start is asking an internet search engine for this term: "Matlab polyxpoly". You will find out, that this command belongs to the Mapping Toolbox: https://www.mathworks.com/help/map/ref/polyxpoly.html. It seems like you do not have a license for this toolbox and then you need a different solution. Please open a new thread then.
John D'Errico
2017년 8월 22일
This is not an answer. It is only a new question, but resurrecting a zombie question, that is only partially related.
카테고리
도움말 센터 및 File Exchange에서 Triangulation Representation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!