GPC 一个多边形裁剪库

前两天看linux下的crazytank源码里有个gpc.c。

描述的是多边形间的几何运算。

 

"         Generic Polygon Clipper

           A new algorithm for calculating the difference, intersection,
           exclusive-or or union of arbitrary polygon sets.

"

官方网址:

http://www.cs.man.ac.uk/~toby/alan/software/

你可能感兴趣的:(GPC 一个多边形裁剪库)