Add utilities to calculate boolean shapes

This commit is contained in:
alonso.torres 2021-09-09 14:42:05 +02:00
parent 57245dd77e
commit 5031700af6
8 changed files with 532 additions and 103 deletions

View file

@ -210,7 +210,7 @@
(case (:command cmd)
:line-to [index (upg/split-line-to start cmd value)]
:curve-to [index (upg/split-curve-to start cmd value)]
:close-path [index [(upc/make-line-to (gpt/line-val start end value)) cmd]]
:close-path [index [(upc/make-line-to (gpt/lerp start end value)) cmd]]
nil))
cmd-changes