quickhull
An implementation of the Quickhull convex hull construction algorithm
$ area51 add quickhullCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(quickhull:some-function ...)An implementation of the Quickhull convex hull construction algorithm
$ area51 add quickhullCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(quickhull:some-function ...)