toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.geometry
/
DOMPoint
DOMPoint
external
class
DOMPoint
(
x
:
Double
=
definedExternally
,
y
:
Double
=
definedExternally
,
z
:
Double
=
definedExternally
,
w
:
Double
=
definedExternally
)
:
DOMPointReadOnly
(
source
)
MDN Reference
Members
Members & Extensions
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
as
Init
Link copied to clipboard
inline
fun
DOMPointReadOnly
.
asInit
(
)
:
DOMPointInit
matrix
Transform
Link copied to clipboard
fun
matrixTransform
(
matrix
:
DOMMatrixInit
=
definedExternally
)
:
DOMPoint
fun
matrixTransform
(
matrix
:
DOMMatrixReadOnly
)
:
DOMPoint
to
JSON
Link copied to clipboard
fun
toJSON
(
)
:
Any
MDN Reference