IntersectPlaneTrian​gle mex

Version 1.2 (20,5 KB) von Mehmet OZTURK
Calculation of intersection between a plane and a triangle
869 Downloads
Aktualisiert 20. Nov 2014

Lizenz anzeigen

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

Zitieren als

Mehmet OZTURK (2026). IntersectPlaneTriangle mex (https://de.mathworks.com/matlabcentral/fileexchange/32255-intersectplanetriangle-mex), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R14
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und MATLAB Answers
Version Veröffentlicht Versionshinweise
1.2

will be available as a Toolbox file

1.1.0.0

will be available as a Toolbox file

1.0.0.0