intriangulation(vertices,faces,testp,heavytest)
Are 3D-testpoints located inside or outside an arbitrary watertight mesh with vertices and faces?
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Johannes Korsawe (2026). intriangulation(vertices,faces,testp,heavytest) (https://www.mathworks.com/matlabcentral/fileexchange/43381-intriangulation-vertices-faces-testp-heavytest), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: Mesh voxelisation
General Information
- Version 1.5.0 (6.5 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | 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 |