kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
DOMPointReadOnly
DOMPoint
Read
Only
JS
open
external
class
DOMPointReadOnly
(
x
:
Double
,
y
:
Double
,
z
:
Double
,
w
:
Double
)
Exposes the JavaScript
DOMPointReadOnly
to Kotlin
Constructors
Functions
Properties
Inheritors
Constructors
DOMPoint
Read
Only
Link copied to clipboard
JS
fun
DOMPointReadOnly
(
x
:
Double
,
y
:
Double
,
z
:
Double
,
w
:
Double
)
Functions
matrix
Transform
Link copied to clipboard
JS
fun
matrixTransform
(
matrix
:
DOMMatrixReadOnly
)
:
DOMPoint
Properties
w
Link copied to clipboard
JS
open
val
w
:
Double
x
Link copied to clipboard
JS
open
val
x
:
Double
y
Link copied to clipboard
JS
open
val
y
:
Double
z
Link copied to clipboard
JS
open
val
z
:
Double
Inheritors
DOMPoint
Link copied to clipboard