3d-math
A library implementing the necessary linear algebra math for 2D and 3D computations
$ area51 add 3d-mathCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(3d-math:some-function ...)