Liking cljdoc? Tell your friends :D

scad-clj.model


*center*clj

source

*fa*clj

source

*fn*clj

source

*fs*clj

source

-!clj

(-! & block)
source

-#clj

(-# & block)
source

-%clj

(-% & block)
source

-*clj

(-* & block)
source

callclj

(call function & args)
source

call-moduleclj

(call-module module & args)
source

call-module-with-blockclj

(call-module-with-block module & args)
source

circleclj

(circle r)
source

colorclj

(color [r g b a] & block)
source

cubeclj

(cube x y z & {:keys [center] :or {center *center*}})
source

cutclj

(cut & block)
source

cylinderclj

(cylinder rs h & {:keys [center] :or {center *center*}})
source

define-moduleclj

(define-module module & body)
source

deg->radclj

(deg->rad degrees)
source

differenceclj

(difference & block)
source

exciseclj

(excise & nodes)

like difference, but subtraction is from the last node, not the first

like difference, but subtraction is from the last node, not the first
sourceraw docstring

extrude-curveclj

(extrude-curve {:keys [height radius angle n]} block)
source

extrude-linearclj

(extrude-linear {:keys [height twist convexity center scale]
                 :or {center *center*}}
                &
                block)
source

extrude-rotateclj

(extrude-rotate block)
(extrude-rotate {:keys [convexity angle]} block)
source

fa!clj

(fa! x)
source

fn!clj

(fn! x)
source

fs!clj

(fs! x)
source

hullclj

(hull & block)
source

importclj

(import file)
source

includeclj

(include library)
source

intersectionclj

(intersection & block)
source

librariesclj

(libraries & {uses :use includes :include})
source

minkowskiclj

(minkowski & block)
source

mirrorclj

(mirror [x y z] & block)
source

modifierclj

(modifier modifier & block)
source

offsetclj

(offset r & block)
source

piclj

source

polygonclj

(polygon points)
(polygon points paths & {:keys [convexity]})
source

polygon-textclj

(polygon-text font size text)
source

polyhedronclj

(polyhedron points faces)
(polyhedron points faces & {:keys [convexity]})
source

projectclj

(project & block)
source

projectionclj

(projection cut & block)
source

rad->degclj

(rad->deg radians)
source

renderclj

(render & block)
source

resizeclj

(resize [x y z] & block)
source

rotateclj

(rotate & block)
source

rotatecclj

(rotatec [x y z] & block)
source

rotatevclj

(rotatev a [x y z] & block)
source

scaleclj

(scale [x y z] & block)
source

sphereclj

(sphere r)
source

squareclj

(square x y & {:keys [center] :or {center *center*}})
source

surfaceclj

(surface filepath & {:keys [convexity center] :or {center *center*}})
source

tauclj

source

textclj

(text text & {:as args})
source

translateclj

(translate [x y z] & block)
source

unionclj

(union & block)
source

useclj

(use library)
source

with-centercljmacro

(with-center x & block)
source

with-f*clj

(with-f* f x block)
source

with-facljmacro

(with-fa x & block)
source

with-fncljmacro

(with-fn x & block)
source

with-fscljmacro

(with-fs x & block)
source

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

× close