IntersectPlaneTrian​gle mex

버전 1.2 (20.5 KB) 작성자: Mehmet OZTURK
Calculation of intersection between a plane and a triangle
다운로드 수: 849
업데이트 날짜: 2014/11/20

라이선스 보기

Calculation of intersection segment between a plane (defined with a point p0 that lies on the plane and a normal vector n of that plane) and a triangle (defined with its vertices P1, P2 and P3)
N : Normal to plane , |N| = 1, N->(nx3)
Q : Point into the plane, Q->(nx3)

P1,P2,P3 : Triangle vertices, P1,P2,P3->(nx3)

return : 0 if no intersection
U : Intersection points, U->(3x2)

You can use the provided example.m file for usage of this function

인용 양식

Mehmet OZTURK (2024). IntersectPlaneTriangle mex (https://www.mathworks.com/matlabcentral/fileexchange/32255-intersectplanetriangle-mex), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2

will be available as a Toolbox file

1.1.0.0

will be available as a Toolbox file

1.0.0.0