Liking cljdoc? Tell your friends :D

pg.type


->sparse-vectorcljdeprecated

source

boxclj

(box x)
(box p1 p2)
(box x1 y1 x2 y2)

Make an instance of the Box class.

Make an instance of the Box class.
sourceraw docstring

box?clj

(box? x)
source

circleclj

(circle x)
(circle x y r)

Make an instance of the Circle class.

Make an instance of the Circle class.
sourceraw docstring

circle?clj

(circle? x)
source

enumclj

source

lineclj

(line x)
(line a b c)

Make an instance of the Line class.

Make an instance of the Line class.
sourceraw docstring

line-segmentclj

(line-segment x)
(line-segment p1 p2)
(line-segment x1 y1 x2 y2)

Make an instance of the LineSegment class.

Make an instance of the LineSegment class.
sourceraw docstring

line-segment?clj

(line-segment? x)
source

line?clj

(line? x)
source

pathclj

(path points)
(path points closed?)

Make an instance of the Path class.

Make an instance of the Path class.
sourceraw docstring

path?clj

(path? x)
source

pointclj

(point x)
(point x y)

Make an instance of the Point class.

Make an instance of the Point class.
sourceraw docstring

point?clj

(point? x)
source

polygonclj

(polygon points)

Make an instance of the Polygon class.

Make an instance of the Polygon class.
sourceraw docstring

polygon?clj

(polygon? x)
source

sparse-vectorclj

(sparse-vector dim index)
source

sparse-vector?clj

(sparse-vector? x)
source

sparsevecclj

source

vectorclj

source

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

× close