Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Computes dual structure of 3D additively weighted Voronoi diagrams
A console application that reads 3D points with weights and computes the dual structure (a set of tetrahedral cells) of the additively weighted Voronoi diagram.
The diagrams can be visualized in the Viewer application (Windows only), which can be downloaded separately (Files/Viewer.zip). Viewer is no longer developed.
The latest release is 1.0.6.
Implementation of the Weight Spherical Centroidal Voronoi Tessellation described in http://arxiv.org/abs/0912.3974
It uses this implementation of convex hull: http://www.cs.ubc.ca/~lloyd/java/quickhull3d.html
A fast, simple Java library for calculating Voronoi lines given an array of input coordinates. It does not feature code to display the results graphically.
Plantra-Trajectory Planning is a software to rebuild surfaces from cloud points, featuring shaded 3D visualization and path planning for robotics paths. It uses Voronoi diagram, Cyrus-Beck clipping, Delaunay triangulation and B-Splines.