diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-19 10:44:16 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-19 10:44:16 -0500 |
commit | 24b0c51a3b51c52dbba855787170107a6a7e47fb (patch) | |
tree | 6e7da9cda477b345702f0ef686d3b6fd6495852a /src/grid-geometry.lisp | |
parent | ba248e490e1ab67e124b02e765e0ee3ec7a3dd45 (diff) |
[add] canvas language and [example]
Diffstat (limited to 'src/grid-geometry.lisp')
-rw-r--r-- | src/grid-geometry.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grid-geometry.lisp b/src/grid-geometry.lisp index c046032..5fdfdd8 100644 --- a/src/grid-geometry.lisp +++ b/src/grid-geometry.lisp @@ -121,3 +121,4 @@ Evaluates the BODY with X Y bound to a point on the bezier curve. (loop for ,a from 0.0 to 1.0 by ,step for (,x ,y) = (mapcar #'round (funcall ,fn ,a)) do ,@body)))) + |