Uses of Class
org.tinfour.voronoi.BoundedVoronoiBuildOptions
-
Packages that use BoundedVoronoiBuildOptions Package Description org.tinfour.voronoi An experimental package implementing Voronoi Diagram functionality -
-
Uses of BoundedVoronoiBuildOptions in org.tinfour.voronoi
Constructors in org.tinfour.voronoi with parameters of type BoundedVoronoiBuildOptions Constructor Description BoundedVoronoiDiagram(List<Vertex> vertexList, BoundedVoronoiBuildOptions options)Construct a Voronoi Diagram structure based on the input vertex set.
-