All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.geometry.DOMPoint.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.geometry

external class DOMPoint(
    x: Number = definedExternally,
    y: Number = definedExternally,
    z: Number = definedExternally,
    w: Number = definedExternally,
) : DOMPointReadOnly {
    override var w: Double
    override var x: Double
    override var y: Double
    override var z: Double

    companion object {
        fun fromPoint(other: DOMPointInit = definedExternally): DOMPoint
        fun fromPoint(other: DOMPointReadOnly /* DOMPointInit */): DOMPoint
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy