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

Method preApply

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

Apply another matrix to the left of this one.

(PMatrix left)

Source from the content-addressed store, hash-verified

136 * Apply another matrix to the left of this one.
137 */
138 public void preApply(PMatrix left);
139
140 /**
141 * Apply another matrix to the left of this one.

Callers 6

invTranslateMethod · 0.65
invRotateMethod · 0.65
invScaleMethod · 0.65
transformMethod · 0.65
curveInitMethod · 0.65
PShapeSVGMethod · 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