The DOMPointReadOnly interface specifies the standard properties used by DOMPoint to define a 2D or 3D point in a coordinate system.

Documentation DOMPointReadOnly by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read onlyw:Float

The perspective value of the DOMPoint.

read onlyx:Float

The x coordinate of the DOMPoint.

read onlyy:Float

The y coordinate of the DOMPoint.

read onlyz:Float

The z coordinate of the DOMPoint.