| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ja/docs/Web/API/DOMPointReadOnly | [Back] [Original] |
Get to know MDN better
DOMPointReadOnly DOMPoint 2D 3D
DOMPointReadOnly 2
/* 2D */
const point2D = new DOMPointReadOnly(50, 50);
/* 3D */
const point3D = new DOMPointReadOnly(50, 50, 25);
/* 3D */
const point3DPerspective = new DOMPointReadOnly(100, 100, 100, 1.0);
const point = DOMPointReadOnly.fromPoint({ x: 100, y: 100, z: 50, w: 1.0 });
DOMPointReadOnly() DOMPointReadOnly DOMPointReadOnly.fromPoint()
DOMPointReadOnly.fromPoint() DOMPointReadOnly
matrixTransform() DOMPointReadOnly
toJSON()DOMPointReadOnly JSON
| Geometry Interfaces Module Level 1 # dompointreadonly |
| Web Proxy Viewer | New URL | Original Page |