Bounding Box of Polyhedron

Finds the bounding box of a polyhedron
0 download
Aggiornato 21 feb 2024

Visualizza la licenza

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

Cita come

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

description

1.0.0