Variable DOMMatrix
DOMMatrix: {
prototype: DOMMatrix;
fromFloat32Array(array32: Float32Array): DOMMatrix;
fromFloat64Array(array64: Float64Array): DOMMatrix;
fromMatrix(other?: DOMMatrixInit): DOMMatrix;
new (init?: string | number[]): DOMMatrix;
}
prototype: DOMMatrix;
fromFloat32Array(array32: Float32Array): DOMMatrix;
fromFloat64Array(array64: Float64Array): DOMMatrix;
fromMatrix(other?: DOMMatrixInit): DOMMatrix;
new (init?: string | number[]): DOMMatrix;
}
Type declaration
prototype: DOMMatrix
fromFloat32Array:function
- fromFloat32Array(array32: Float32Array): DOMMatrix
Parameters
- array32: Float32Array
Returns DOMMatrix
fromFloat64Array:function
- fromFloat64Array(array64: Float64Array): DOMMatrix
Parameters
- array64: Float64Array
Returns DOMMatrix
fromMatrix:function
- fromMatrix(other?: DOMMatrixInit): DOMMatrix
Parameters
Optional
other: DOMMatrixInit
Returns DOMMatrix