Liking cljdoc? Tell your friends :D

mindra.gloss


arcclj

(arc angle1 angle2 radius)

A circular arc drawn counter-clockwise between two angles (in degrees) at the given radius.

A circular arc drawn counter-clockwise between two angles (in degrees) at the given radius.
sourceraw docstring

arc-solidclj

(arc-solid angle1 angle2 radius)

A solid arc, drawn counter-clockwise between two angles at the given radius.

A solid arc, drawn counter-clockwise between two angles at the given radius.
sourceraw docstring

blankclj

(blank)

A blank picture, with nothing in it.

A blank picture, with nothing in it.
sourceraw docstring

circleclj

(circle radius)

A circle with the given radius.

A circle with the given radius.
sourceraw docstring

circle-solidclj

(circle-solid radius)

A solid circle with the given radius.

A solid circle with the given radius.
sourceraw docstring

colorclj

(color red green blue alpha picture)

A picture drawn with given color.

A picture drawn with given color.
sourceraw docstring

imageclj

(image path)

An image from given filepath.

Given filepath can point to a jpeg, png or bmp file.

Images are stored in memory, indexed by filepath. If a filepath has already been loaded, mindra will use the corresponding image from its cache.

An image from given filepath.

Given filepath can point to a jpeg, png or bmp file.

Images are stored in memory, indexed by filepath. If a filepath has already been
loaded, mindra will use the corresponding image from its cache.
sourceraw docstring

image-sectionclj

(image-section x y width height path)

A subsection of an image starting from given x y location with given width and height.

Besides the subsection selection, should be similar to image function. See docstring of image function for more details.

A subsection of an image starting from given x y location with given width and height.

Besides the subsection selection, should be similar to image function. See docstring of
image function for more details.
sourceraw docstring

lineclj

(line points)

A line along a list of points.

A line along a list of points.
sourceraw docstring

line'clj

(line' & points)

Variadic version of line.

Variadic version of line.
sourceraw docstring

line-loopclj

(line-loop points)

A closed loop along a list of points.

A closed loop along a list of points.
sourceraw docstring

line-loop'clj

(line-loop' & points)

Variadic version of line-loop.

Variadic version of line-loop.
sourceraw docstring

picturesclj

(pictures pics)

A picture consisting of several others.

A picture consisting of several others.
sourceraw docstring

pictures'clj

(pictures' & pics)

Variadic version of pictures.

Variadic version of pictures.
sourceraw docstring

polygonclj

(polygon points)

A convex polygon along a list of points; filled with a solid color.

A convex polygon along a list of points; filled with a solid color.
sourceraw docstring

polygon'clj

(polygon' & points)

Variadic version of polygon.

Variadic version of polygon.
sourceraw docstring

rectangle-solidclj

(rectangle-solid width height)

A solid rectangle centered about the origin.

A solid rectangle centered about the origin.
sourceraw docstring

rectangle-upper-solidclj

(rectangle-upper-solid width height)

A solid rectangle in the y > 0 half of the x-y plane.

A solid rectangle in the y > 0 half of the x-y plane.
sourceraw docstring

rectangle-upper-wireclj

(rectangle-upper-wire width height)

A wireframe rectangle in the y > 0 half of the x-y plane.

A wireframe rectangle in the y > 0 half of the x-y plane.
sourceraw docstring

rectangle-wireclj

(rectangle-wire width height)

A wireframe rectangle centered about the origin.

A wireframe rectangle centered about the origin.
sourceraw docstring

rotateclj

(rotate angle picture)

A picture rotated clockwise by the given angle (in degrees).

A picture rotated clockwise by the given angle (in degrees).
sourceraw docstring

scaleclj

(scale x y picture)

A picture scaled by the given x and y factors.

A picture scaled by the given x and y factors.
sourceraw docstring

sector-wireclj

(sector-wire angle1 angle2 radius)

A wireframe sector of a circle.

An arc is draw counter-clockwise from the first to the second angle at the given radius. Lines are drawn from the origin to the ends of the arc.

A wireframe sector of a circle.

An arc is draw counter-clockwise from the first to the second angle at the given radius.
Lines are drawn from the origin to the ends of the arc.
sourceraw docstring

textclj

(text s)

Some text to draw with a vector font.

Some text to draw with a vector font.
sourceraw docstring

thick-arcclj

(thick-arc angle1 angle2 radius thickness)

A circular arc drawn counter-clockwise between two angles (in degrees), with the given radius and thickness.

If the thickness is 0 then this is equivalent to arc.

A circular arc drawn counter-clockwise between two angles (in degrees),
with the given radius and thickness.

If the thickness is 0 then this is equivalent to arc.
sourceraw docstring

thick-circleclj

(thick-circle radius thickness)

A circle with the given radius and thickness.

If the thickness is 0 then this is equivalent to circle.

A circle with the given radius and thickness.

If the thickness is 0 then this is equivalent to circle.
sourceraw docstring

translateclj

(translate x y picture)

A picture translated by the given x and y coordinates.

A picture translated by the given x and y coordinates.
sourceraw docstring

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

× close