Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/processing/p5.js
/ clone
Method
clone
src/core/p5.Renderer.js:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
clone() {
32
return
new
ClonableObject(this);
33
}
34
};
35
36
class
Renderer {
Callers
9
_drawGeometryScaled
Method · 0.45
_update
Method · 0.45
applyMatrix
Method · 0.45
translate
Method · 0.45
scale
Method · 0.45
rotate
Method · 0.45
resetMatrix
Method · 0.45
splineProperty
Method · 0.45
setting
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected