Parsing and file builder

This commit is contained in:
alonso.torres 2021-06-02 15:51:20 +02:00 committed by Andrés Moya
parent f197124ee5
commit 21aa23e7f5
9 changed files with 307 additions and 32 deletions

View file

@ -745,8 +745,6 @@
(reduce gmt/multiply (gmt/matrix) matrices))
(gmt/matrix)))
(defn format-move [[x y]] (str "M" x " " y))
(defn format-line [[x y]] (str "L" x " " y))