Checks if points are inside a polyhedron
Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
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.
Zitieren als
Ayad Al-Rumaithi (2026). Check if Points inside a Polyhedron (https://de.mathworks.com/matlabcentral/fileexchange/159948-check-if-points-inside-a-polyhedron), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 1.0.2 (2,05 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.2 | Added website. |
||
| 1.0.1 | description |
||
| 1.0.0 |
