intriangulation(vertices,faces,testp,heavytest)
Are 3D-testpoints located inside or outside an arbitrary watertight mesh with vertices and faces?
引用格式
Johannes Korsawe (2026). intriangulation(vertices,faces,testp,heavytest) (https://ww2.mathworks.cn/matlabcentral/fileexchange/43381-intriangulation-vertices-faces-testp-heavytest), MATLAB Central File Exchange. 检索时间: .
致谢
参考作品: Mesh voxelisation
| 版本 | 已发布 | 发行说明 | Action |
|---|---|---|---|
| 1.5.0 | Added function drehmatrix, which is needed for optional parameter heavytest.
|
||
| 1.4.0 | result=1 for testpoints==vertices |
||
| 1.3.0 | Numerous improvements in speed using Matlab Profiler. |
||
| 1.2.0 | Algorithm update: No more fails if testpoint is projected on edge of mesh. |
||
| 1.1.0 | Following the idea of Sven's hint. Testing successive directions only if former tests left undeterminable results. |
||
| 1.0.0 |