Checks if there is overlapping between two polyhedrons
Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
This tool checks if there is overlapping between two polyhedrons. Example file is provided.
function I=Polyhedron_Overlap(V1,F1,V2,F2)
Input:
V1: (Nv1,3) vertices matrix of polyhedron 1
F1: (Nf1,3) faces matrix of polyhedron 1
V2: (Nv2,3) vertices matrix of polyhedron 2
F2: (Nf2,3) faces matrix of polyhedron 2
output:
I: true if there is overlap, otherwise it is false
Cita come
Ayad Al-Rumaithi (2026). Check Polyhedrons Overlapping (https://it.mathworks.com/matlabcentral/fileexchange/160931-check-polyhedrons-overlapping), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.1 (2,79 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
