toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.geometry
/
DOMMatrix
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
from
Float32Array
Link copied to clipboard
fun
fromFloat32Array
(
array32
:
Float32Array
<
*
>
)
:
DOMMatrix
from
Float64Array
Link copied to clipboard
fun
fromFloat64Array
(
array64
:
Float64Array
<
*
>
)
:
DOMMatrix
from
Matrix
Link copied to clipboard
fun
fromMatrix
(
other
:
DOMMatrixInit
=
definedExternally
)
:
DOMMatrix
fun
fromMatrix
(
other
:
DOMMatrixReadOnly
)
:
DOMMatrix