interface dom.DOMMatrix
implements DOMMatrixReadOnly
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { DOMMatrix } = dom;
Methods
invertSelf(): DOMMatrix
multiplySelf(other?: DOMMatrixInit): DOMMatrix
preMultiplySelf(other?: DOMMatrixInit): DOMMatrix
rotateAxisAngleSelf(): DOMMatrix
x?: number,
y?: number,
z?: number,
angle?: number,
rotateFromVectorSelf(x?: number, y?: number): DOMMatrix
rotateSelf(): DOMMatrix
rotX?: number,
rotY?: number,
rotZ?: number,
scale3dSelf(): DOMMatrix
scale?: number,
originX?: number,
originY?: number,
originZ?: number,
scaleSelf(): DOMMatrix
scaleX?: number,
scaleY?: number,
scaleZ?: number,
originX?: number,
originY?: number,
originZ?: number,
setMatrixValue(transformList: string): DOMMatrix
skewXSelf(sx?: number): DOMMatrix
skewYSelf(sy?: number): DOMMatrix
translateSelf(): DOMMatrix
tx?: number,
ty?: number,
tz?: number,