MCPcopy Index your code
hub / github.com/benfry/processing4 / applyMatrix

Method applyMatrix

core/src/processing/opengl/PShapeOpenGL.java:1329–1333  ·  view source on GitHub ↗
(PMatrix2D source)

Source from the content-addressed store, hash-verified

1327
1328
1329 @Override
1330 public void applyMatrix(PMatrix2D source) {
1331 transform(MATRIX, source.m00, source.m01, source.m02,
1332 source.m10, source.m11, source.m12);
1333 }
1334
1335
1336 @Override

Callers

nothing calls this directly

Calls 1

transformMethod · 0.95

Tested by

no test coverage detected