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

Function getVals

test/unit/webgl/p5.Camera.js:11–23  ·  view source on GitHub ↗
(cam)

Source from the content-addressed store, hash-verified

9
10 // returns values to test which have changed
11 var getVals = function(cam) {
12 return {
13 ex: cam.eyeX,
14 ey: cam.eyeY,
15 ez: cam.eyeZ,
16 cx: cam.centerX,
17 cy: cam.centerY,
18 cz: cam.centerZ,
19 ux: cam.upX,
20 uy: cam.upY,
21 uz: cam.upZ
22 };
23 };
24
25 beforeAll(function() {
26 myp5 = new p5(function(p) {

Callers 1

p5.Camera.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected