Found 30 repositories(showing 30)
Habrador
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc
Scrawk
Hull, Delaunay and Voronoi algorithms in Unity
materialyzeai
Pyhull is a Python wrapper to Qhull (http://www.qhull.org/) for the computation of the convex hull, Delaunay triangulation and Voronoi diagram.
nickorzha
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc
azrafe7
Delaunay triangulations, Voronoi, convex hull and more. Ported to Haxe 3 from https://github.com/sledorze/hxDelaunay (itself a port of the excellent https://github.com/nodename/as3delaunay)
augustt198
N-dimensional convex hulls, delaunay triangulations, and voronoi diagrams.
aka863
This program computes convex hulls, Delaunay triangulations, alpha shapes, and Voronoi volumes, using an incremental algorithm and exact arithmetic.
asjadnaqvi
Implementation of the S-Hull Delaunay triangulation algorithm in Stata. The Convex Hull is generated as a residual. The Voronoi are recovered as a dual to the Delaunay.
PSneijder
In addition to the Voronoi diagram and the Delaunay triangulation, the library also provides the convex hull, minimum and maximum spanning trees, and several other related geometric entities.
ArthurJacquin
2D/3D convex hull generation + Delaunay's triangulation and Voronoi generation from a set of points
marikaitiprim
Implementation of convex hull algorithms, kd-tree search and voronoi-delaunay triangulation
rifatarefin
Computational Geometry topics: Convex Hull, Polygon partitioning, Delaunay Triangulation and Voronoi Diagram, K-d Trees
stla
Delaunay triangulation, Voronoi diagrams and convex hulls in arbitrary dimension.
pim103
Simple convex hull - delaunay algo - voronoi : 2D - 3D
nextgis-borsch
Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram
dimitrskpl
Convex hull computation, KD trees for geometric search, and the relationship between Delaunay triangulations and Voronoi diagrams.
1Basile
Program/Lib provides some algorithms to compute convex hull for given points, and test program to check them. It also provides visualization of Voronoi diagram and Delaunay triangulation.
bgulanowski
An Objective-C port of the Java implementation of the S-Hull algorithm for Delaunay triangulation, and Voronoi cell generation, in 2 dimensions. Currently being rewritten from scratch. Still Objective-C.
AntonisZks
This repository implements and uses some popular computational geometry algorithms for Convex Hulls, Linear Programming, Voronoi Texture & Delaunay Triangulation, and Geometrical Search. It was designed for an assignment at University of Athens.
Dashylikk
No description available
vernik03
Convex hull, Delaunay triangulation, Voronoi diagram
OOP Lab work
RomanTymchyshyn
Different Convex Hull algorithms, Fortunes algo for Voronoi Diagram, Delaunay Triangulation. (Step by step visualisation)
marka-vovchok
Fortune's algorithm for Voronoi diagramm, Delaunay triangulation and three methods of building convex hulls
JennyKozi
A) Convex Hull 2D-3D Algorithms B) KD-Trees, Orthogonal Search, Voronoi Diagrams, Delaunay Triangulation
Irrelev4nt13
📐Implementation of various convex hull algorithms as well as Voronoi diagrams, Delaunay triangulation and geometric search.
vinegggar
implementation and exploration of fundamental computational geometry algorithms: Delaunay triangulation, Voronoi diagram, and various convex hull algorithms
mchmb00e
Delaunay Triangulation, Voronoi Diagram, Convex Hull and Nearest Neighbor Graph implementation in C++ 17 using g++ 13 Compiler.
Kallistina
📐Implementation of computational geometry algorithms for the course Computational Geometry ΘΠ11, including convex hulls, Voronoi diagrams, Delaunay triangulations, and linear programming.
EmaSah01
An interactive computational geometry project in Java featuring Delaunay triangulation, Voronoi diagram, triangulation, Convex Hull, k-d Tree visualizations, and an intuitive GUI for exploration.
All 30 repositories loaded