Class Voronoi

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

public class Voronoi
extends Object
implements Serializable
A Java implementation of both a 2D Delaunay triangulation algorithm and a Voronoi polygon data structure. This is a port of Johannes Diemke's code, with modifications suggested by Amit Patel to consolidate the triangles with a barycentric dual mesh.
Author:
Johannes Diemke, Tommy Ettinger
See Also:
Serialized Form