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

Method apply

core/src/processing/core/PMatrix2D.java:249–255  ·  view source on GitHub ↗
(PMatrix source)

Source from the content-addressed store, hash-verified

247
248
249 public void apply(PMatrix source) {
250 if (source instanceof PMatrix2D) {
251 apply((PMatrix2D) source);
252 } else if (source instanceof PMatrix3D) {
253 apply((PMatrix3D) source);
254 }
255 }
256
257
258 public void apply(PMatrix2D source) {

Callers 3

parseTransformMethod · 0.95
shearXMethod · 0.95
shearYMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected