Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.DOMPoint

A DOMPoint object represents a 2D or 3D point in a coordinate it includes values for the coordinates in up to three dimensions, well as an optional perspective value.

A DOMPoint object represents a 2D or 3D point in a coordinate
it includes values for the coordinates in up to three dimensions,
well as an optional perspective value.
raw docstring

constructorcljs

Constructor.

The DOMPoint() constructor creates and returns a new web.dom.DOMPoint object, given the values for some or all of its properties.

x Optional The x coordinate for the new DOMPoint. y Optional The y coordinate for the new DOMPoint. z Optional The z coordinate for the new DOMPoint. w Optional The perspective value of the new DOMPoint.

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMPoint/DOMPoint

Constructor.

The DOMPoint() constructor creates and returns a new `web.dom.DOMPoint` object, given the values for some or all of its properties.

x Optional
The x coordinate for the new DOMPoint.
y Optional
The y coordinate for the new DOMPoint.
z Optional
The z coordinate for the new DOMPoint.
w Optional
The perspective value of the new DOMPoint.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMPoint/DOMPoint`
raw docstring

from-pointcljs

(from-point this & args)

Method.

Creates a new mutable DOMPoint object given an existing point a DOMPointInit dictionary which provides the values for its properties.

Method.

Creates a new mutable DOMPoint object given an existing point
a DOMPointInit dictionary which provides the values for its properties.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close