Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.geometry
/
DOMMatrix
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
from
Float32Array
Link copied to clipboard
fun
fromFloat32Array
(
array32
:
Float32Array
<
ArrayBuffer
>
)
:
DOMMatrix
from
Float64Array
Link copied to clipboard
fun
fromFloat64Array
(
array64
:
Float64Array
<
ArrayBuffer
>
)
:
DOMMatrix
from
Matrix
Link copied to clipboard
fun
fromMatrix
(
other
:
DOMMatrixReadOnly
=
definedExternally
)
:
DOMMatrix