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

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

// Automatically generated - do not modify!

package web.geometry

sealed external interface DOMMatrix2DInit {
    var a: Double?
    var b: Double?
    var c: Double?
    var d: Double?
    var e: Double?
    var f: Double?
    var m11: Double?
    var m12: Double?
    var m21: Double?
    var m22: Double?
    var m41: Double?
    var m42: Double?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy