Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zong4/cppgeneralpolygonclipper
- Owner: zong4
- License: mit
- Created: 2024-03-12T06:17:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T02:12:11.000Z (5 months ago)
- Last Synced: 2024-07-27T03:08:10.125Z (5 months ago)
- Topics: cpp, polygon, polygon-boolean, polygon-clipping, polygon-clipping-algorithm, polygon-intersection, polygon-union, polygons
- Language: C++
- Homepage:
- Size: 190 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 2004Copyright: (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".===========================================================================