2D Voronoi Diagram with Periodic Boundary Conditions

10 ビュー (過去 30 日間)
Tyler
Tyler 2016 年 7 月 12 日
回答済み: Zoltán Csáti 2018 年 10 月 18 日
Hi,
Does anyone know how to create a 2D voronoi diagram with periodic boundary conditions?
Thanks!

回答 (1 件)

Zoltán Csáti
Zoltán Csáti 2018 年 10 月 18 日
If you want to create a periodic 2D Voronoi tessellation, the main steps are the following:
1. Create the seeds on the original domain.
2. Replicate the original domain 8 times to surround the original domain.
3. Create the Voronoi tessellation on the extended domain.
4. Cut out the original domain from the extended domain.
Reference: https://link.springer.com/article/10.1007%2Fs00466-008-0339-2

カテゴリ

Help Center および File ExchangeVoronoi Diagram についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by