intriangulation(ver​tices,faces,testp,h​eavytest)

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

类别

在 Help Center 和 MATLAB Answers 中查找有关 Computational Geometry 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.5.0

Added function drehmatrix, which is needed for optional parameter heavytest.
Also added comments for alternative interpretation of heavytest inside code.

下载
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

下载