convex-hull topic

List convex-hull repositories

convhull_3d

127
Stars
20
Forks
Watchers

A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes

Convex-hull

88
Stars
21
Forks
Watchers

Convex hull of given 3D points

tektosyne

57
Stars
9
Forks
Watchers

The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.

quickhull

76
Stars
9
Forks
76
Watchers

Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.

competitiveprogramming

17
Stars
2
Forks
Watchers

Competitive programming related stuffs (Olympiads, Codeforces, USACO)

tympanum

31
Stars
2
Forks
Watchers

A Typescript library for multidimensional convex hulling and Delaunay triangulations.

minvo

70
Stars
11
Forks
Watchers

Simplexes with Minimum Volume Enclosing Polynomial Curves

orourke-compc

29
Stars
6
Forks
Watchers

Code from O'Rourke book "Computational Geometry algorithms in C" 1997