toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
DOMPointReadOnly
DOMPoint
Read
Only
open
class
DOMPointReadOnly
(
x
:
Double
,
y
:
Double
,
z
:
Double
,
w
:
Double
)
:
JsAny
Exposes the JavaScript
DOMPointReadOnly
to Kotlin
Inheritors
DOMPoint
Members
Constructors
DOMPoint
Read
Only
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
,
w
:
Double
)
Properties
w
Link copied to clipboard
open
val
w
:
Double
x
Link copied to clipboard
open
val
x
:
Double
y
Link copied to clipboard
open
val
y
:
Double
z
Link copied to clipboard
open
val
z
:
Double
Functions
matrix
Transform
Link copied to clipboard
fun
matrixTransform
(
matrix
:
DOMMatrixReadOnly
)
:
DOMPoint