Liking cljdoc? Tell your friends :D

web.deprecated.SVGMatrix

Many of SVG's graphics operations utilize 2x3 matrices of the

Many of SVG's graphics operations utilize 2x3 matrices of the
raw docstring

acljs

(a this)

Property.

A float representing the a component of the matrix.

Property.

A float representing the a component of the matrix.
sourceraw docstring

bcljs

(b this)

Property.

A float representing the b component of the matrix.

Property.

A float representing the b component of the matrix.
sourceraw docstring

ccljs

(c this)

Property.

A float representing the c component of the matrix.

Property.

A float representing the c component of the matrix.
sourceraw docstring

dcljs

(d this)

Property.

A float representing the d component of the matrix.

Property.

A float representing the d component of the matrix.
sourceraw docstring

ecljs

(e this)

Property.

A float representing the e component of the matrix.

Property.

A float representing the e component of the matrix.
sourceraw docstring

fcljs

(f this)

Property.

A float representing the f component of the matrix.

Property.

A float representing the f component of the matrix.
sourceraw docstring

flip-xcljs

(flip-x this & args)

Method.

Post-multiplies the transformation [-1 0 0 1 0 0] and returns resulting matrix as SVGMatrix.

Method.

Post-multiplies the transformation [-1 0 0 1 0 0] and returns
resulting matrix as SVGMatrix.
sourceraw docstring

flip-ycljs

(flip-y this & args)

Method.

Post-multiplies the transformation [1 0 0 -1 0 0] and returns resulting matrix as SVGMatrix.

Method.

Post-multiplies the transformation [1 0 0 -1 0 0] and returns
resulting matrix as SVGMatrix.
sourceraw docstring

inversecljs

(inverse this & args)

Method.

Returns the inverse matrix as SVGMatrix.

Method.

Returns the inverse matrix as SVGMatrix.
sourceraw docstring

multiplycljs

(multiply this & args)

Method.

Performs matrix multiplication. This matrix is post-multiplied another matrix, returning the resulting new matrix as SVGMatrix.

Method.

Performs matrix multiplication. This matrix is post-multiplied
another matrix, returning the resulting new matrix as SVGMatrix.
sourceraw docstring

rotatecljs

(rotate this & args)

Method.

Post-multiplies a rotation transformation on the current matrix returns the resulting matrix as SVGMatrix.

Method.

Post-multiplies a rotation transformation on the current matrix
returns the resulting matrix as SVGMatrix.
sourceraw docstring

rotate-from-vectorcljs

(rotate-from-vector this & args)

Method.

Post-multiplies a rotation transformation on the current matrix returns the resulting matrix as SVGMatrix. The rotation angle determined by taking (+/-) atan(y/x). The direction of the vector y) determines whether the positive or negative angle value is

Method.

Post-multiplies a rotation transformation on the current matrix
returns the resulting matrix as SVGMatrix. The rotation angle
determined by taking (+/-) atan(y/x). The direction of the vector
y) determines whether the positive or negative angle value is
sourceraw docstring

scalecljs

(scale this & args)

Method.

Post-multiplies a uniform scale transformation on the current and returns the resulting matrix as SVGMatrix.

Method.

Post-multiplies a uniform scale transformation on the current
and returns the resulting matrix as SVGMatrix.
sourceraw docstring

scale-non-uniformcljs

(scale-non-uniform this & args)

Method.

Post-multiplies a non-uniform scale transformation on the current and returns the resulting matrix as SVGMatrix.

Method.

Post-multiplies a non-uniform scale transformation on the current
and returns the resulting matrix as SVGMatrix.
sourceraw docstring

set-a!cljs

(set-a! this val)

Property.

A float representing the a component of the matrix.

Property.

A float representing the a component of the matrix.
sourceraw docstring

set-b!cljs

(set-b! this val)

Property.

A float representing the b component of the matrix.

Property.

A float representing the b component of the matrix.
sourceraw docstring

set-c!cljs

(set-c! this val)

Property.

A float representing the c component of the matrix.

Property.

A float representing the c component of the matrix.
sourceraw docstring

set-d!cljs

(set-d! this val)

Property.

A float representing the d component of the matrix.

Property.

A float representing the d component of the matrix.
sourceraw docstring

set-e!cljs

(set-e! this val)

Property.

A float representing the e component of the matrix.

Property.

A float representing the e component of the matrix.
sourceraw docstring

set-f!cljs

(set-f! this val)

Property.

A float representing the f component of the matrix.

Property.

A float representing the f component of the matrix.
sourceraw docstring

skew-xcljs

(skew-x this & args)

Method.

Post-multiplies a skewX transformation on the current matrix returns the resulting matrix as SVGMatrix.

Method.

Post-multiplies a skewX transformation on the current matrix
returns the resulting matrix as SVGMatrix.
sourceraw docstring

skew-ycljs

(skew-y this & args)

Method.

Post-multiplies a skewY transformation on the current matrix returns the resulting matrix as SVGMatrix.

Method.

Post-multiplies a skewY transformation on the current matrix
returns the resulting matrix as SVGMatrix.
sourceraw docstring

translatecljs

(translate this & args)

Method.

Post-multiplies a translation transformation on the current matrix returns the resulting matrix as SVGMatrix.

Method.

Post-multiplies a translation transformation on the current matrix
returns the resulting matrix as SVGMatrix.
sourceraw docstring

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

× close