$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] BGL: How to construct voronoy diagram?
From: Arman Khalatyan (arm2arm_at_[hidden])
Date: 2009-12-03 05:56:48
Hi,
I need to have a voronoy digram over the point data. I would like to visit
the facets around the given point and find the occupied volume.
Let suppose I have a set of 3D points:
typedef typeP struct{float x[3];};
std::vector<typeP> Pdata;
How can I generate Voronoy diagram on top of this set?
Is BGL situable with this job?
thanks
Arman.