Check Polyhedrons Overlapping

版本 1.0.1 (2.8 KB) 作者: Ayad Al-Rumaithi
Checks if there is overlapping between two polyhedrons
10.0 次下载
更新时间 2024/9/26

查看许可证

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

引用格式

Ayad Al-Rumaithi (2025). Check Polyhedrons Overlapping (https://www.mathworks.com/matlabcentral/fileexchange/160931-check-polyhedrons-overlapping), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2017b
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.1

Added website.

1.0.0