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

Method clone

src/webgl/p5.Camera.js:1815–1817  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1813 }
1814
1815 clone() {
1816 return this.copy();
1817 }
1818
1819 /**
1820 * Returns a camera's local axes: left-right, up-down, and forward-backward,

Callers 13

handleRequestFunction · 0.45
getResponseFunction · 0.45
p5.Matrix.jsFile · 0.45
beginMethod · 0.45
perspectiveMethod · 0.45
orthoMethod · 0.45
frustumMethod · 0.45
cameraMethod · 0.45
setMethod · 0.45
slerpMethod · 0.45
cameraFunction · 0.45
interactionFunction · 0.45

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected