Liking cljdoc? Tell your friends :D

quiltools.core


atclj/s

(at x y p)

returns a draw-fn which draws p at origin [x y]

returns a draw-fn which draws `p` at origin `[x y]`
sourceraw docstring

divides?clj/s

(divides? n d)

returns true if d divides n

returns `true` if `d` divides `n`
sourceraw docstring

inclj/s

(in w h p)

returns a draw-fn which draws p in a box of size [w h]

returns a draw-fn which draws `p` in a box of size `[w h]`
sourceraw docstring

n-ticks?clj/s

(n-ticks? n)

returns true only every n ticks

returns true only every `n` ticks
sourceraw docstring

spinclj/s

(spin theta p)

returns a draw-fn which draws p at angle theta

returns a draw-fn which draws `p` at angle `theta`
sourceraw docstring

stroke-weightclj/s

(stroke-weight)

gets the stroke weight of the current graphics context

gets the stroke weight of the current graphics context
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close