$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Voronoi] Trying to figure out proper direction of semi-infinite edges.
From: Nicolay P (nickopo_at_[hidden])
Date: 2013-10-18 17:17:41
Hi,
Trying to figure out how to use the Voronoi library in 1.54 Boost (Great
stuff BTW, Thanks!)
I am using the library to shatter a 2d convex polygon.
So I need to generate polygons that are the results of clipping a voronoi
cell against my convex poly.
I am having hard time figuring out how to properly identify the direction
of the semi-infinite edge.
I know i can obtain the general direction of the infinite edge from the
participating cell points,
but I am not clear on how to distinguish between two possible directions in
the semi-finite case.
Any help would be much appreciated!
Thanks!
Nick.