Registry / utility / poly2tri-core

poly2tri-core

JSON →
library0.1.2javamavenunverified

A Java library for performing Delaunay triangulation of polygons with holes.

<dependency> <groupId>org.orbisgis</groupId> <artifactId>poly2tri-core</artifactId> <version>0.1.2</version> </dependency>
INSTALL
IMPORT
SIG · POLY2TRI-CORE
P
poly2tri-core
utilityjavav0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Poly2Tri
org.orbisgis.poly2tri.Poly2Tri

Creates a square polygon and performs Delaunay triangulation.

import org.orbisgis.poly2tri.Poly2Tri; import org.orbisgis.poly2tri.Polygon; Polygon polygon = new Polygon(); polygon.addPoint(0, 0); polygon.addPoint(10, 0); polygon.addPoint(10, 10); polygon.addPoint(0, 10); Poly2Tri.triangulate(polygon); System.out.println(polygon.getTriangles());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
poly2tri-core — mvn dependency:get poly2tri-core · libregistry