Check if Points inside a Polyhedron

Checks if points are inside a polyhedron
6 download
Aggiornato 21 feb 2024

Visualizza la licenza

This tool checks if points are inside a polyhedron with example file. The polyhedron faces should be divided into triangles. The numbering of all triangles faces should be consistent. Either all of them in clock wise or counter clock wise direction as seen from the outside.
function I=CheckPointPolyhedron(V,F,vp)
Input:
V: (Nv,3) vertices matrix
F: (Nf,3) faces matrix
vp: (N,3) coordinate matrix of N points.
Output:
I: (1,N) logical vector containing 0 and 1. The value is 1 is if the point is inside the polyhedron and 0 if it is outside.

Cita come

Ayad Al-Rumaithi (2024). Check if Points inside a Polyhedron (https://www.mathworks.com/matlabcentral/fileexchange/159948-check-if-points-inside-a-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