MCPcopy
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
36class Renderer {

Callers 9

_drawGeometryScaledMethod · 0.45
_updateMethod · 0.45
applyMatrixMethod · 0.45
translateMethod · 0.45
scaleMethod · 0.45
rotateMethod · 0.45
resetMatrixMethod · 0.45
splinePropertyMethod · 0.45
settingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected