w property

double get w
override

The DOMPoint interface's w property holds the point's perspective value, w, for a point in space.

Implementation

external double get w;
set w (num value)

Implementation

external set w(num value);