$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Polygon] using polygon for linesegment intersection
From: gast128 (gast128_at_[hidden])
Date: 2011-04-26 14:43:34
ah thx for your extensive answer. It turns thus out that I didn't understand the
concepts of a (closed) polygon very well.
For now i 've implemented the line segment intersection myself and will probably
replace it by Boost.Polygon when above gets introduced the official way.