Class DelaunayTriangulator

java.lang.Object
squidpony.squidmath.DelaunayTriangulator
All Implemented Interfaces:
Serializable

public class DelaunayTriangulator
extends Object
implements Serializable
A Java implementation of an incremental 2D Delaunay triangulation algorithm. This is a port of Johannes Diemke's code, with some substantial non-algorithmic changes to better work in SquidLib and to reduce allocations. You should consider using the com.badlogic.gdx.math.DelaunayTriangulator class if you use libGDX, which allocates fewer objects, or IndexedDelaunayTriangulator for a version of that libGDX class ported to use doubles.
Author:
Johannes Diemke, Tommy Ettinger
See Also:
Serialized Form