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

main.dom.geometry.DOMPointReadOnly.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.geometry

open external class DOMPointReadOnly(
    x: Number = definedExternally,
    y: Number = definedExternally,
    z: Number = definedExternally,
    w: Number = definedExternally,
) {
    open val w: Double
    open val x: Double
    open val y: Double
    open val z: Double
    fun matrixTransform(matrix: DOMMatrixInit = definedExternally): DOMPoint
    fun matrixTransform(matrix: DOMMatrixReadOnly /* DOMMatrixInit */): DOMPoint
    fun toJSON(): Any

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy