-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
22 lines (22 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: polyclip
Version: 1.10-7
Date: 2024-07-23
Title: Polygon Clipping
Authors@R: c(person("Angus", "Johnson", role = "aut",
comment="C++ original, http://www.angusj.com/delphi/clipper.php"),
person("Adrian", "Baddeley", role = c("aut", "trl", "cre"),
email = "Adrian.Baddeley@curtin.edu.au"),
person("Kurt", "Hornik", role = "ctb"),
person(c("Brian", "D."), "Ripley", role = "ctb"),
person("Elliott", "Sales de Andrade", role="ctb"),
person("Paul", "Murrell", role = "ctb"),
person("Ege", "Rubak", role="ctb"),
person("Mark", "Padgham", role="ctb"))
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
Depends: R (>= 3.5.0)
Description: R port of Angus Johnson's open source library 'Clipper'. Performs polygon clipping operations (intersection, union, set minus, set difference) for polygonal regions of arbitrary complexity, including holes. Computes offset polygons (spatial buffer zones, morphological dilations, Minkowski dilations) for polygonal regions and polygonal lines. Computes Minkowski Sum of general polygons. There is a function for removing self-intersections from polygon data.
License: BSL
URL: https://www.angusj.com, https://sourceforge.net/projects/polyclipping, https://github.com/baddstats/polyclip
BugReports: https://github.com/baddstats/polyclip/issues
ByteCompile: true
Note: built from Clipper C++ version 6.4.0