Liking cljdoc? Tell your friends :D

web.dom.DOMMatrixReadOnly

The DOMMatrixReadOnly interface represents a 4x4 matrix, suitable 2D and 3D operations. If this interface defines only read-only the web.dom.DOMMatrix interface which inherits from it, add the properties and the methods to allow to have modifiable matrices.

The DOMMatrixReadOnly interface represents a 4x4 matrix, suitable
2D and 3D operations. If this interface defines only read-only
the `web.dom.DOMMatrix` interface which inherits from it, add
the properties and the methods to allow to have modifiable matrices.
raw docstring

constructorcljs

Constructor.

The DOMMatrixReadOnly constructor creates a new web.dom.DOMMatrixReadOnly object which represents 4x4 matrices, suitable for 2D and 3D operations.

init Optional \tEither a string containing a sequence of numbers or an array of integers specifying the matrix you want to create.

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrixReadOnly/DOMMatrixReadOnly

Constructor.

The DOMMatrixReadOnly constructor creates a new `web.dom.DOMMatrixReadOnly` object which represents 4x4 matrices, suitable for 2D and 3D operations.

init Optional
\tEither a string containing a sequence of numbers or an array of integers specifying the matrix you want to create.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrixReadOnly/DOMMatrixReadOnly`
sourceraw docstring

flip-xcljs

(flip-x this)

Method.

The flipX() method of the web.dom.DOMMatrixReadOnly interface a new matrix being the result of the original matrix flipped the x-axis.

DOMMatrix.flipX()

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrixReadOnly/flipX

Method.

The flipX() method of the `web.dom.DOMMatrixReadOnly` interface
a new matrix being the result of the original matrix flipped
the x-axis.

`DOMMatrix.flipX()`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrixReadOnly/flipX`
sourceraw docstring

m11cljs

(m11 this)

Property.

Are double representing each component of a 4x4 matrix. They read-only, but their counterpart, with the same name, in DOMMatrix

Property.

Are double representing each component of a 4x4 matrix. They
read-only, but their counterpart, with the same name, in DOMMatrix
sourceraw docstring

scalecljs

(scale this & args)

Method.

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrixReadOnly/scale

Method.



See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrixReadOnly/scale`
sourceraw docstring

set-m11!cljs

(set-m11! this val)

Property.

Are double representing each component of a 4x4 matrix. They read-only, but their counterpart, with the same name, in DOMMatrix

Property.

Are double representing each component of a 4x4 matrix. They
read-only, but their counterpart, with the same name, in DOMMatrix
sourceraw docstring

translatecljs

(translate this & args)

Method.

The translate() method of the web.dom.DOMMatrixReadOnly interface a new matrix being the result of the original matrix with a translation

`The translate() method accepts two or three values.

DOMMatrix.translate(translateX, translateY[, translateZ])`

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrixReadOnly/translate

Method.

The translate() method of the `web.dom.DOMMatrixReadOnly` interface
a new matrix being the result of the original matrix with a translation

`The translate() method accepts two or three values.



DOMMatrix.translate(translateX, translateY[, translateZ])`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrixReadOnly/translate`
sourceraw docstring

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

× close