13 skills found
akuukka / QuickhullC++ implementation of the 3D QuickHull algorithm
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
tomilov / QuickhullHeader-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.
andreacasalino / Fast Quick HullFast C++ multi-threaded algorithm for computing convex hulls
markus-wa / Quickhull Go3D convex hull (quickhull) algorithm in Go
AnantJoshiCZ / QuickHullQuickhull Algorithm implemented in Python
carolhmj / Quickhull 3dImplementation and visualization of the Quickhull 3D algorithm for the Computational Geometry discipline
claytongulick / QuickhullA pure javascript implementation of the QuickHull algorithm for finding the smallest polygon enclosing a set of points
Shirakumo / QuickhullAn implementation of the Quickhull convex hull construction algorithm
BioFluidix / QuickHull3DC# Port of the quickhull algorithm
emmanueldenloye / QuickHullThe quickhull algorithm for computing convex hulls in Haskell
nan0S / Quickhull GpuParallel convex hull computation on GPU using QuickHull algorithm.