Skip to content

Dependency

Michalina Dengusiak edited this page Apr 1, 2021 · 6 revisions

NetTopologySuite

The NTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. NTS conforms to the Simple Features Specification.

Clipper

The Clipper library performs clipping and offsetting for both lines and polygons. All four Boolean clipping operations are supported - intersection, union, difference and exclusive. Polygons can be of any shape including self-intersecting polygons.

Math.NET Numerics

Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. It supports .Net Framework 4.0 or higher and .Net Standard 1.3 or higher, on Windows, Linux and Mac.

Clone this wiki locally