Definition
Geometry Interfaces Module Level 1 defines DOMPointInit
dictionary DOMPointInit {
unrestricted double x = 0;
unrestricted double y = 0;
unrestricted double z = 0;
unrestricted double w = 1;
};
Referring IDL interfaces/dictionaries
Referring specifications
- HTML Standard refers to
DOMPointInit
- CSSOM View Module refers to
DOMPointInit
- Scalable Vector Graphics (SVG) 2 refers to
DOMPointInit
- WebXR Hit Test Module refers to
DOMPointInit
- WebXR Device API refers to
DOMPointInit