quickhull

zlib

An implementation of the Quickhull convex hull construction algorithm

$ area51 add quickhullCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(quickhull:some-function ...)