72 skills found · Page 1 of 3
Habrador / Computational GeometryComputational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc
OskarSigvardsson / Unity QuickhullAn implementation in Unity of the Quickhull algorithm for generating 3D convex hulls
leomccormack / Convhull 3dA header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes
brian3kb / Graham Scan JsAn implementation of the Graham's Scan Convex Hull algorithm in JavaScript.
tomilov / QuickhullHeader-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.
mgomes / ConvexHullJavascript implementation of Andrew's Monotone Chain convex hull algorithm. Useful for Google Maps work.
nickorzha / Computational GeometryComputational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc
bkiers / GrahamScanA Java implementation of the Graham Scan algorithm to find the convex hull of a set of points.
MiguelVieira / ConvexHull2DImplementations of various 2D convex hull algorithms in C++
Quickhull3d / Quickhull3dA Robust 3D Convex Hull Algorithm in Java
RodolfoFerro / ConvexHullAlgorithms to compute the Convex Hull for a set of points using Python
andreacasalino / Fast Quick HullFast C++ multi-threaded algorithm for computing convex hulls
markus-wa / Quickhull Go3D convex hull (quickhull) algorithm in Go
DarshNaik / Hand Detection Finger CountingDetect Hand and count number of fingers using Convex Hull algorithm in OpenCV lib in Python
dkalinina / Concave HullAlpha Shapes algorithm with cumulative parameter for gradually changes from concave hull to convex hull
yuehaowang / Convex Hull 3dIncremental Convex Hull Algorithm and SAT Collision Detection for 3D Objects.
jrl-umi3218 / Sch CoreImplementation and computation algorithms for the convex hulls
allfii / ConvexHullConvex Hull algorithms which are Graham's Scan and Jarvis's March implemented in c#
hemantasapkota / Go ConvexhullImplementation of Graham Scan algorithm for Convex Hull in GO with visualization
rgmyr / PyConvexHull3DPython implementation of the randomized incremental 3D convex hull algorithm using a dict-based DCEL, with matplotlib animation.