Skip to main content

method DOMMatrix.fromFloat32Array

#DOMMatrix.fromFloat32Array(array32: Float32Array<ArrayBuffer>): DOMMatrix

The fromFloat32Array() static method of the DOMMatrix interface creates a new DOMMatrix object given an array of single-precision (32-bit) floating-point values.

MDN Reference

Parameters #

#array32: Float32Array<ArrayBuffer>

Return Type #

Did you find what you needed?

Privacy policy