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

Method getMatrix

core/src/processing/opengl/PGraphics2D.java:550–554  ·  view source on GitHub ↗
(PMatrix3D target)

Source from the content-addressed store, hash-verified

548 }
549
550 @Override
551 public PMatrix3D getMatrix(PMatrix3D target) {
552 showVariationWarning("getMatrix");
553 return target;
554 }
555
556 @Override
557 public void setMatrix(PMatrix3D source) {

Callers

nothing calls this directly

Calls 1

showVariationWarningMethod · 0.45

Tested by

no test coverage detected