package js.html
extended by DOMPoint
Available on jsThe
DOMPointReadOnly
interface specifies the standard properties used byDOMPoint
to define a 2D or 3D point in a coordinate system.Documentation DOMPointReadOnly by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only w:Float
The perspective value of the DOMPoint
.
read only x:Float
The x coordinate of the DOMPoint
.
read only y:Float
The y coordinate of the DOMPoint
.
read only z:Float
The z coordinate of the DOMPoint
.
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/DOMPointReadOnly.html