diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-12 20:11:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-12 20:11:04 +0800 |
commit | 73136c6e0b1992e708b94f946700c9eaa0f13f48 (patch) | |
tree | fdd0b2f1922cb4552a3ae146f4bcce9304ceb25e /math/Makefile | |
parent | 585d271822c6ed16c222d88dfdfef2e29a996868 (diff) | |
download | freebsd-ports-gnome-73136c6e0b1992e708b94f946700c9eaa0f13f48.tar.gz freebsd-ports-gnome-73136c6e0b1992e708b94f946700c9eaa0f13f48.tar.zst freebsd-ports-gnome-73136c6e0b1992e708b94f946700c9eaa0f13f48.zip |
The Clipper library primarily performs boolean clipping (intersection,
union, difference and xor) on polygons in 2D space. There are no
restrictions on either the number nor the type of polygon that can be
clipped. They can have holes, be self-intersecting and even have coincident
edges. The library also performs polygon offsetting
WWW: http://www.angusj.com/delphi/clipper.php
PR: ports/175845
Submitted by: Martin Dieringer <martin.dieringer@gmx.de>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 026761f578a3..c67a498c9c4f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -73,6 +73,7 @@ SUBDIR += chaco SUBDIR += chryzodus SUBDIR += clarence + SUBDIR += clipper SUBDIR += cln SUBDIR += clp SUBDIR += coinmp |