Interface DOMPoint
interface DOMPoint {
w: number;
x: number;
y: number;
z: number;
matrixTransform(matrix?: DOMMatrixInit): DOMPoint;
toJSON(): any;
}
w: number;
x: number;
y: number;
z: number;
matrixTransform(matrix?: DOMMatrixInit): DOMPoint;
toJSON(): any;
}
Hierarchy
- DOMPointReadOnly
- DOMPoint (View Summary)
Methods
matrixTransform
- matrixTransform(matrix?: DOMMatrixInit): DOMPoint
Parameters
Optional
matrix: DOMMatrixInit
Returns DOMPoint
MDN Reference