Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zong4/cppgeneralpolygonclipper

C++ general polygon clipper
https://github.com/zong4/cppgeneralpolygonclipper

cpp polygon polygon-boolean polygon-clipping polygon-clipping-algorithm polygon-intersection polygon-union polygons

Last synced: 17 days ago
JSON representation

C++ general polygon clipper

Awesome Lists containing this project

README

        

# 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: )
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".

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