cubic-bezier
A library for constructing and evaluating cubic Bézier curve paths.
$ area51 add cubic-bezierCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cubic-bezier:some-function ...)