Skip to content

zong4/CppGeneralPolygonClipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cpp General Polygon Clipper

Introduce

It translated from Generic Polygon Clipper.

We adjust outside interfaces so that it will be easier to comprehended and used.

===========================================================================

Project: Generic Polygon Clipper

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

File: gpc.c Author: Alan Murta (email: [email protected]) Version: 2.32 Date: 17th December 2004

Copyright: (C) Advanced Interfaces Group, University of Manchester.

       This software is free for non-commercial use. It may be copied,
       modified, and redistributed provided that this copyright notice
       is preserved on all copies. The intellectual property rights of
       the algorithms used reside with the University of Manchester
       Advanced Interfaces Group.

       You may not use this software, in whole or in part, in support
       of any commercial product without the express consent of the
       author.

       There is no warranty or other guarantee of fitness of this
       software for any purpose. It is provided solely "as is".

===========================================================================