Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2
import
p5 from
'../../../src/app.js'
;
3
4
const
toArray = typedArray => Array.from(typedArray);
5
6
var
mat4 = Float32Array.from([
7
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
Callers
1
p5.Matrix.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected