首页 > 代码库 > boost多边形交集、并集

boost多边形交集、并集

交集:http://www.boost.org/doc/libs/1_56_0/libs/geometry/doc/html/geometry/reference/algorithms/intersection.html

并集:http://www.boost.org/doc/libs/1_56_0/libs/geometry/doc/html/geometry/reference/algorithms/union_.html

 

boost geometry下载地址:https://svn.boost.org/svn/boost/trunk/boost/geometry/

boost多边形交集、并集