3D_voronoi_cuboid_b​ounded

バージョン 1.0.4 (5.35 KB) 作成者: Rémy Bretin
Constrain the vertices of a Voronoi decomposition inside the input rectangular cuboid domain.
ダウンロード: 521
更新 2020/4/2

ライセンスの表示

This routine performs a Voronoi decomposition of an input dataset and constrains the vertices to the input bounded rectangular cuboid domain.

I know that this kind of file already exists, but they had some issues and were not usable for me specific needs. This version works for any type of rectangular cuboid. There are no restrictions for the input seeds: they can be placed far or close from the cuboid domain, inside or outside. The only restriction is that the domain must form a rectangular cuboid.

The file can run as a stand-alone but it would be better to install geom3d toolbox and the function
"mergeCoplanarFaces" used to avoid unnecessary vertices.

引用

Rémy Bretin (2024). 3D_voronoi_cuboid_bounded (https://www.mathworks.com/matlabcentral/fileexchange/74742-3d_voronoi_cuboid_bounded), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2020a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
謝辞

ヒントを得たファイル: geom3d

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.4

Add some lines of code to suppress all unnecessary vertices that appeared in some specific cases due to round-off errors.

1.0.3

Added an image

1.0.2

I compacted the two versions into one with conditional test of "mergeCoplanarFaces" file existence.

1.0.1

Just deleted some unnecessary comments

1.0.0