DOMPointReadOnly
open class DOMPointReadOnly( val x: Double = definedExternally, val y: Double = definedExternally, val z: Double = definedExternally, val w: Double = definedExternally) : Serializable(source)
The DOMPointReadOnly
interface specifies the coordinate and perspective fields used by DOMPoint to define a 2D or 3D point in a coordinate system.