Distance Between a Triangle and a Line Segment

Finds the shortest distance between a triangle and a line segment in 3d space.
6 download
Aggiornato 20 gen 2023

Visualizza la licenza

This function finds the shortest distance between a triangle and a line segment in 3d space using nonlinear constrained optimization.
function d=DistanceTriangleLine(vt1,vt2,vt3,vl1,vl2)
where:
vt1 is (3*1) coordinate vector for the first vertex of the triangle.
vt2 is (3*1) coordinate vector for the second vertex of the triangle.
vt3 is (3*1) coordinate vector for the third vertex of the triangle.
vl1 is (3*1) coordinate vector for the first point of the line segment.
vl2 is (3*1) coordinate vector for the second point of the line segment.
d is the shortest distance between the triangle and the line segment.

Cita come

Ayad Al-Rumaithi (2024). Distance Between a Triangle and a Line Segment (https://www.mathworks.com/matlabcentral/fileexchange/123615-distance-between-a-triangle-and-a-line-segment), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2017b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0