GeometryUtils

JS
1.1
interface GeometryUtils
(source)

Exposes the JavaScript GeometryUtils to Kotlin

Functions

JS
1.1

convertPointFromNode

abstract fun convertPointFromNode (
point : DOMPointInit ,
from : dynamic ,
options : ConvertCoordinateOptions = definedExternally
) : DOMPoint
JS
1.1

convertQuadFromNode

abstract fun convertQuadFromNode (
quad : dynamic ,
from : dynamic ,
options : ConvertCoordinateOptions = definedExternally
) : DOMQuad
JS
1.1

convertRectFromNode

abstract fun convertRectFromNode (
rect : DOMRectReadOnly ,
from : dynamic ,
options : ConvertCoordinateOptions = definedExternally
) : DOMQuad
JS
1.1

getBoxQuads

abstract fun getBoxQuads (
options : BoxQuadOptions = definedExternally
) : Array < DOMQuad >

Inheritors