vot.js - v2.4.12
Preparing search index...
@vot.js/ext
<internal>
DOMMatrix
Variable DOMMatrix
DOMMatrix
:
{
prototype
:
DOMMatrix
;
fromFloat32Array
(
array32
:
Float32Array
)
:
DOMMatrix
;
fromFloat64Array
(
array64
:
Float64Array
)
:
DOMMatrix
;
fromMatrix
(
other
?:
DOMMatrixInit
)
:
DOMMatrix
;
new
(
init
?:
string
|
number
[]
)
:
DOMMatrix
;
}
Type declaration
new
(
init
?:
string
|
number
[]
)
:
DOMMatrix
Parameters
Optional
init
:
string
|
number
[]
Returns
DOMMatrix
prototype
:
DOMMatrix
fromFloat32Array
:
function
fromFloat32Array
(
array32
:
Float32Array
)
:
DOMMatrix
Parameters
array32
:
Float32Array
Returns
DOMMatrix
fromFloat64Array
:
function
fromFloat64Array
(
array64
:
Float64Array
)
:
DOMMatrix
Parameters
array64
:
Float64Array
Returns
DOMMatrix
fromMatrix
:
function
fromMatrix
(
other
?:
DOMMatrixInit
)
:
DOMMatrix
Parameters
Optional
other
:
DOMMatrixInit
Returns
DOMMatrix
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
vot.js - v2.4.12
Loading...