Bounding Box of Polyhedron

Finds the bounding box of a polyhedron
ダウンロード: 3
更新 2024/9/26

ライセンスの表示

This function finds the bounding box of a polyhedron with example file. The polyhedron faces should be divided into triangles.
function [xb,yb,zb]=bounding_box(V)
Input:
V: (Nv,3) vertices matrix
Output:
xb: [xmin xmax] x boundaries of the bounding box
yb: [xmin xmax] y boundaries of the bounding box
zb: [xmin xmax] z boundaries of the bounding box

引用

Ayad Al-Rumaithi (2024). Bounding Box of Polyhedron (https://www.mathworks.com/matlabcentral/fileexchange/159943-bounding-box-of-polyhedron), 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.2

Added website.

1.0.1

description

1.0.0