The DOMPointInit
dictionary is used to provide the values of the coordinates and perspective when creating and JSONifying a DOMPoint
or DOMPointReadOnly
object.
Documentation DOMPointInit by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Fields
optionalz:Null<Float>
An unrestricted floating-point value which gives the point's z-coordinate, which is (assuming no transformations that alter the situation) the depth coordinate; positive values are closer to the user and negative values retreat back into the screen. The default value is 0.
optionaly:Null<Float>
An unrestricted floating-point number providing the point's y-coordinate. This is the vertical coordinate, and barring any transforms applied to the coordinate system, positive values are downward and negative values upward toward the top of the screen. The default is 0.