quickhull
Here are 25 public repositories matching this topic...
Collection of algebraic methods and data structures for collision detection
-
Updated
Dec 21, 2018 - C++
A simple convex hull algorithm visualization.
-
Updated
Jun 28, 2021 - JavaScript
📐 This project implements various computational geometry algorithms, focusing on convex hulls, linear programming, Delaunay triangulation, and geometric search. The code is organized into multiple modules, each solving specific geometry-related problems and demonstrating core computational methods.
-
Updated
Nov 10, 2024 - Python
Some basic algorithms for Procedural Geometry
-
Updated
May 31, 2021 - Jupyter Notebook
1st/2 Assignment of the "Computational Geometry" course (Spring Semester 2023 - NKUA). Python implementations of the following algorithms to compute the convex hull of N-points: Incremental (Graham's Scan) (2D and 3D), Quickhull (2D and 3D), Divide and Conquer (2D), Gift Wrapping (2D)
-
Updated
Jul 24, 2023 - Python
Animating the computation of convex hulls in two dimensions.
-
Updated
Dec 14, 2017 - JavaScript
Math-Info project carried out in 2020, as part of my studies in the engineering preparatory cycle.
-
Updated
Jan 17, 2022 - Python
2D convex hull algorithm with directional cone constraints and visualization tools.
-
Updated
Aug 11, 2025 - Python
-
Updated
Jul 12, 2019 - C
Collection of Course Assignments
-
Updated
Jan 30, 2019 - CSS
Quickhull Algorithm implemented in Python
-
Updated
Jan 16, 2022 - Python
-
Updated
Feb 28, 2019 - Python
3D convex hull (quickhull) algorithm in Go
-
Updated
Jan 3, 2023 - Go
Fast C++ multi-threaded algorithm for computing convex hulls
-
Updated
Apr 13, 2024 - C++
Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.
-
Updated
Oct 18, 2022 - C++
Improve this page
Add a description, image, and links to the quickhull topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quickhull topic, visit your repo's landing page and select "manage topics."