Skip to content

Geopipe/PolygonSimplification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polygon Simplification Library for C++

Has CGAL as a dependency.

You should be able to build the example program with a command like this (adjusted for your compiler of choice + library locations): clang++ -std=c++11 -Iinclude/ -I/opt/local/include/ -L/opt/local/lib -lCGAL_Core -lCGAL -lgmp -lmpfr main.cpp -o polygon-simplification

To test out different simplifications, try:

  • Bowties: ./polygon-simplification 0 0 1 1 1 0 0 1
  • Collinear edges: ./polygon-simplification 0 0 1 0 0.5 0 1 1 1 0 0 1

About

A header-only library using CGAL to simplify polygons.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages