MCPcopy Index your code
hub / github.com/processing/processing / set

Method set

core/src/processing/core/PMatrix.java:59–59  ·  view source on GitHub ↗

Make this matrix become a copy of src.

(PMatrix src)

Source from the content-addressed store, hash-verified

57 * Make this matrix become a copy of src.
58 */
59 public void set(PMatrix src);
60
61 /**
62 * Set the contents of this matrix to the contents of source. Fills the

Callers 15

updateProjmodelviewMethod · 0.65
flushMethod · 0.65
popMatrixMethod · 0.65
resetMatrixMethod · 0.65
applyMatrixImplMethod · 0.65
getMatrixMethod · 0.65
popProjectionMethod · 0.65
setProjectionMethod · 0.65
endCameraMethod · 0.65
cameraMethod · 0.65
orthoMethod · 0.65
frustumMethod · 0.65

Implementers 2

PMatrix3Dcore/src/processing/core/PMatrix3D.jav
PMatrix2Dcore/src/processing/core/PMatrix2D.jav

Calls

no outgoing calls

Tested by

no test coverage detected