$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [polygon] voronoi diagram in a bounding box
From: Dan Chen (mailtodanchen_at_[hidden])
Date: 2015-02-10 01:37:05
Hi Andrii,
I'm implementing a Lloyd's algorithm to get a centroidal Voronoi tessellation of a box. In this algorithm, I need to get the voronoi cells in the box, and find the centroids of these cells.
Thanks,Dan