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

Method get

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

Returns a copy of this PMatrix.

()

Source from the content-addressed store, hash-verified

45 * Returns a copy of this PMatrix.
46 */
47 public PMatrix get();
48
49 /**
50 * Copies the matrix contents into a float array.

Callers 15

setUniformTexMethod · 0.65
consumeUniformsMethod · 0.65
bindTexturesMethod · 0.65
unbindTexturesMethod · 0.65
validateMethod · 0.65
compileVertexShaderMethod · 0.65
compileFragmentShaderMethod · 0.65
setCommonUniformsMethod · 0.65
getCacheMethod · 0.65
getFontTextureMethod · 0.65
GLResourceTextureMethod · 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