Skip to content

Wrapper library for .NET around the excelent General Polygon Clipper library.

Notifications You must be signed in to change notification settings

HorridoJoho/GpcDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a .NET wrapper for your excelent General Polygon Clipper library which can be found here:
http://www.cs.man.ac.uk/~toby/gpc/

One part is written in C# and one is written in C++/CLI.
The C# part is a thin interface with "Any CPU" target to load the right library for the currently running architecture.
The C++/CLI part directly compiles gpc.cpp and provides the implementation for the thin interface of the C# part.

About

Wrapper library for .NET around the excelent General Polygon Clipper library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages