Uses of Class
squidpony.squidmath.Voronoi.Edge
Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of Voronoi.Edge in squidpony.squidmath
Methods in squidpony.squidmath with parameters of type Voronoi.Edge Modifier and Type Method Description CoordDouble
Voronoi.Triangle. getNonEdgeVertex(Voronoi.Edge edge)
Returns the vertex of this triangle that is not part of the given edge.boolean
Voronoi.Triangle. isNeighbor(Voronoi.Edge edge)
Returns true if this triangle contains the given edge.