Check Polyhedrons Overlapping

Checks if there is overlapping between two polyhedrons
3 téléchargements
Mise à jour 11 mars 2024

Afficher la licence

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

Citation pour cette source

Ayad Al-Rumaithi (2024). Check Polyhedrons Overlapping (https://www.mathworks.com/matlabcentral/fileexchange/160931-check-polyhedrons-overlapping), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2017b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0