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

Method scale

core/src/processing/opengl/PGraphics2D.java:523–526  ·  view source on GitHub ↗
(float sx, float sy, float sz)

Source from the content-addressed store, hash-verified

521 }
522
523 @Override
524 public void scale(float sx, float sy, float sz) {
525 showDepthWarningXYZ("scale");
526 }
527
528 //////////////////////////////////////////////////////////////
529

Callers

nothing calls this directly

Calls 1

showDepthWarningXYZMethod · 0.45

Tested by

no test coverage detected