DOMPointReadOnly

open external class DOMPointReadOnly(x: Double, y: Double, z: Double, w: Double)

Exposes the JavaScript DOMPointReadOnly to Kotlin

Constructors

DOMPointReadOnly
Link copied to clipboard
fun DOMPointReadOnly(x: Double, y: Double, z: Double, w: Double)

Functions

matrixTransform
Link copied to clipboard
fun matrixTransform(matrix: DOMMatrixReadOnly): DOMPoint

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

Inheritors

DOMPoint
Link copied to clipboard