Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.geometry
/
DOMPoint
DOMPoint
open
class
DOMPoint
(
var
x
:
Double
=
definedExternally
,
var
y
:
Double
=
definedExternally
,
var
z
:
Double
=
definedExternally
,
var
w
:
Double
=
definedExternally
)
:
DOMPointReadOnly
(
source
)
MDN Reference
Members
Constructors
DOMPoint
Link copied to clipboard
constructor
(
x
:
Double
=
definedExternally
,
y
:
Double
=
definedExternally
,
z
:
Double
=
definedExternally
,
w
:
Double
=
definedExternally
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
w
Link copied to clipboard
open
override
var
w
:
Double
MDN Reference
x
Link copied to clipboard
open
override
var
x
:
Double
MDN Reference
y
Link copied to clipboard
open
override
var
y
:
Double
MDN Reference
z
Link copied to clipboard
open
override
var
z
:
Double
MDN Reference
Functions
matrix
Transform
Link copied to clipboard
fun
matrixTransform
(
matrix
:
DOMMatrixReadOnly
=
definedExternally
)
:
DOMPoint
MDN Reference
to
JSON
Link copied to clipboard
fun
toJSON
(
)
:
JsAny
MDN Reference