MCPcopy
hub / github.com/processing/p5.js / p5.Matrix.js

File p5.Matrix.js

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

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeAll, afterAll, test } from 'vitest';
2import p5 from '../../../src/app.js';
3
4const toArray = typedArray => Array.from(typedArray);

Callers

nothing calls this directly

Calls 15

describeFunction · 0.85
sliceMethod · 0.80
rotate4x4Method · 0.80
multiplyVecMethod · 0.80
toArrayFunction · 0.70
removeMethod · 0.45
resetMethod · 0.45
setMethod · 0.45
cloneMethod · 0.45
getMethod · 0.45
copyMethod · 0.45
multMethod · 0.45

Tested by

no test coverage detected