$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost.geometry intersection / difference question
From: John Lilley (john.lilley_at_[hidden])
Date: 2013-02-20 14:42:41
What types are the intersection and difference algorithms implemented for? In particular:
Can polygons intersect with non-polygons (e.g. point sets to produce clipped point sets, or linestrings to produce clipped linestrings)?
Similar question for difference, where polygon is the second input.
Thanks
John