power-voronoi-diagram icon indicating copy to clipboard operation
power-voronoi-diagram copied to clipboard

standalone java library for computation of the weighted (power) voronoi diagram

Results 3 power-voronoi-diagram issues
Sort by recently updated
recently updated
newest added

Making the main interface to external callers use standard Collections makes it easier to use the library. (it looks like OpenList was intended to optimize performance, but the Java jit...

Hi Arlind, Thank you for creating an excellent library! It's blazing fast and produces excellent results. I am considering using it for a commercial project and I was wondering whether...

import kn.uni.voronoitreemap.datastructure.OpenList; import kn.uni.voronoitreemap.diagram.PowerDiagram; import kn.uni.voronoitreemap.j2d.PolygonSimple; import kn.uni.voronoitreemap.j2d.Site; public class Diagrams { public static void main(String[] args) { // create a root polygon which limits the voronoi diagram // here...