MCPcopy Create free account
hub / github.com/Automattic/node-canvas / toFloat64Array

Method toFloat64Array

lib/DOMMatrix.js:512–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

510 }
511
512 toFloat64Array () {
513 return this._values.slice(0)
514 }
515
516 static fromMatrix (init) {
517 if (!(init instanceof DOMMatrix)) throw new TypeError('Expected DOMMatrix')

Callers 1

dommatrix.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected