rtg-math
A selection of the math routines most commonly needed for realtime graphics in lisp
$ area51 add rtg-mathCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(rtg-math:some-function ...)