DOMMatrix: {
    prototype: DOMMatrix;
    fromFloat32Array(array32) => DOMMatrix;
    fromFloat64Array(array64) => DOMMatrix;
    fromMatrix(other?) => DOMMatrix;
    new (init?): DOMMatrix;
}

Type declaration

  • prototype: DOMMatrix
  • fromFloat32Array:function
    • Parameters

      • array32: Float32Array

      Returns DOMMatrix

  • fromFloat64Array:function
    • Parameters

      • array64: Float64Array

      Returns DOMMatrix

  • fromMatrix:function

Generated using TypeDoc