DOMPoint
E1016615
DOMPoint is a Web API interface representing a point in 2D or 3D space, commonly used for geometry and transformations in web graphics and layout calculations.
Observed surface forms (1)
| Surface form | Occurrences |
|---|---|
| DOMPointReadOnly | 1 |
Statements (45)
| Predicate | Object |
|---|---|
| instanceOf |
Web API interface
ⓘ
geometry interface ⓘ |
| attributeType |
w is a double
ⓘ
x is a double ⓘ y is a double ⓘ z is a double ⓘ |
| coordinateSystem | Cartesian coordinates ⓘ |
| defaultValue |
w defaults to 1
ⓘ
z defaults to 0 ⓘ |
| definedIn | Geometry Interfaces specification NERFINISHED ⓘ |
| exposedOn |
Window
ⓘ
Worker ⓘ |
| hasAttribute |
w
ⓘ
x ⓘ y ⓘ z ⓘ |
| hasConstructor |
DOMPoint()
ⓘ
DOMPoint(x, y) ⓘ DOMPoint(x, y, z, w) ⓘ |
| hasMethod |
matrixTransform()
ⓘ
toJSON() ⓘ |
| hasStaticMethod |
fromPoint()
ⓘ
fromPoint(source) creates a new DOMPoint ⓘ |
| inheritsFrom | DOMPointReadOnly NERFINISHED ⓘ |
| matrixTransformParameter | DOMMatrixInit NERFINISHED ⓘ |
| mutable | true ⓘ |
| partOf | Geometry Interfaces Module Level 1 NERFINISHED ⓘ |
| readOnlyVariant | DOMPointReadOnly NERFINISHED ⓘ |
| relatedInterface | DOMPointReadOnly NERFINISHED ⓘ |
| represents |
point in 2D space
ⓘ
point in 3D space ⓘ |
| returnsFromMatrixTransform | DOMPoint ⓘ |
| serializationFormat | JSON NERFINISHED ⓘ |
| specStatus | W3C Candidate Recommendation (Geometry Interfaces) NERFINISHED ⓘ |
| usedFor |
coordinate transformations
ⓘ
geometry calculations ⓘ hit testing ⓘ layout and rendering computations ⓘ |
| usedIn |
Web APIs
NERFINISHED
ⓘ
layout calculations ⓘ web graphics ⓘ |
| usedWith |
Canvas 2D API
NERFINISHED
ⓘ
DOMMatrix NERFINISHED ⓘ SVG NERFINISHED ⓘ |
| wRepresents | homogeneous coordinate ⓘ |
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.
this entity surface form:
DOMPointReadOnly