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

Method translate

core/src/processing/opengl/PGraphics2D.java:485–488  ·  view source on GitHub ↗
(float tx, float ty, float tz)

Source from the content-addressed store, hash-verified

483 // MATRIX TRANSFORMATIONS
484
485 @Override
486 public void translate(float tx, float ty, float tz) {
487 showDepthWarningXYZ("translate");
488 }
489
490 @Override
491 public void rotateX(float angle) {

Callers

nothing calls this directly

Calls 1

showDepthWarningXYZMethod · 0.45

Tested by

no test coverage detected