Skip to content

Instantly share code, notes, and snippets.

@nariakiiwatani
Created July 3, 2020 05:13
Show Gist options
  • Save nariakiiwatani/4a2a5ebad36446b54f3ca08cd8f95fe5 to your computer and use it in GitHub Desktop.
Save nariakiiwatani/4a2a5ebad36446b54f3ca08cd8f95fe5 to your computer and use it in GitHub Desktop.
(import "https://raw.githubusercontent.com/nariakiiwatani/My-GLISP-Snippets/master/arcjoined.cljs")
(import "https://raw.githubusercontent.com/nariakiiwatani/My-GLISP-Snippets/master/ik-nodes.glisp")
:start-sketch
(style (stroke "salmon" 10)
(map (fn [[a b c]] (circumarc a b c)) (make-chain (ik-nodes [0 0] [99.99999999999989 (deg -61.400063941137134)] [90.00000000000048 (deg -141.29935260314733)] [80.0000000000006 (deg 2.1000062471690617)] [59.999999999999766 (deg 101.42036011281115)] [50.0000000000001 (deg -7.03886215752964)] [29.999999999999776 (deg 170.16303252962462)]) 3 2))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment