public class VoronoiUtil extends Object
| Constructor and Description |
|---|
VoronoiUtil()
|
| Modifier and Type | Method and Description |
|---|---|
static Map |
createSiteGraph(Triangulation
Create a neighbor graph of the inserted sites of a triangulation.
|
static <T> Map |
getVoronoiCells(Triangulation
Create a mapping from site data objects to Voronoi cells.
|
public static <T> Map<T ,Geometry > getVoronoiCells(Triangulation <T> t)
public static Map<Pnt ,Set <Pnt >> createSiteGraph(Triangulation <?> t)