3 Dec
2009
3 Dec
'09
12:17 p.m.
A quick google gets you some answers, see here:
http://www.ddj.com/cpp/184401546, section "BGL Meets Legacy Code".
Best,
Dee
On Thu, Dec 3, 2009 at 6:56 PM, Arman Khalatyan
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. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users