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.

All labels observed (2)

Label Occurrences
DOMPointReadOnly 5
DOMPoint canonical 3

How this entity was disambiguated

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
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
linked to: DOMPoint
matrixTransformParameter DOMMatrixInit
mutable true
partOf Geometry Interfaces Module Level 1
readOnlyVariant DOMPointReadOnly
relatedInterface DOMPointReadOnly
linked to: DOMPoint
represents point in 2D space
point in 3D space
returnsFromMatrixTransform DOMPoint
serializationFormat JSON
specStatus W3C Candidate Recommendation (Geometry Interfaces)
usedFor coordinate transformations
geometry calculations
hit testing
layout and rendering computations
usedIn Web APIs
layout calculations
web graphics
usedWith Canvas 2D API
linked to: canvas 2D API

DOMMatrix
SVG
wRepresents homogeneous coordinate

How these facts were elicited

Referenced by (8)

Full triples — surface form annotated when it differs from this entity's canonical label.

CSSOM View Module definesInterface DOMPointReadOnly
linked to: DOMPoint
DOMQuad pointType DOMPoint
DOMQuad pointType DOMPointReadOnly
linked to: DOMPoint
DOMQuad relatedInterface DOMPoint
DOMQuad relatedInterface DOMPointReadOnly
linked to: DOMPoint
DOMPoint relatedInterface DOMPointReadOnly
linked to: DOMPoint
DOMPoint inheritsFrom DOMPointReadOnly
linked to: DOMPoint