JavaScript DOMPoint : DOMPointReadOnly
Represents a 3D point using homogeneous
coordinates.
Instance Properties
w : Number
The w coordinate of the point. Typically set to 1
. See homogeneous
coordinates for more details.
Example:
RunResults:
DOMPoint Methods
Copyright © PUBLIC Contributors