stdlib
1.3
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.dom
/
DOMPointReadOnly
DOMPoint
Read
Only
JS
open
external
class
DOMPointReadOnly
(
x
:
Double
,
y
:
Double
,
z
:
Double
,
w
:
Double
)
(
source
)
Exposes the JavaScript
DOMPointReadOnly
to Kotlin
Since Kotlin
1.1
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
Since Kotlin
1.1
Properties
w
Link copied to clipboard
JS
open
val
w
:
Double
Since Kotlin
1.1
x
Link copied to clipboard
JS
open
val
x
:
Double
Since Kotlin
1.1
y
Link copied to clipboard
JS
open
val
y
:
Double
Since Kotlin
1.1
z
Link copied to clipboard
JS
open
val
z
:
Double
Since Kotlin
1.1
Inheritors
DOMPoint
Link copied to clipboard