MCPcopy Index your code
hub / github.com/processing/p5.js / toArray

Function toArray

test/unit/math/p5.Matrix.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import p5 from '../../../src/app.js';
3
4const toArray = typedArray => Array.from(typedArray);
5
6var mat4 = Float32Array.from([
7 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16

Callers 1

p5.Matrix.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected