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

Method translate

core/src/processing/core/PGraphics.java:5332–5334  ·  view source on GitHub ↗

( begin auto-generated from translate.xml ) Specifies an amount to displace objects within the display window. The x parameter specifies left/right translation, the y parameter specifies up/down translation, and the z parameter specifies translations toward/away from the screen

(float x, float y)

Source from the content-addressed store, hash-verified

5330 * @see PGraphics#scale(float, float, float)
5331 */
5332 public void translate(float x, float y) {
5333 showMissingWarning("translate");
5334 }
5335
5336
5337 /**

Callers 2

shapeMethod · 0.95
textMethod · 0.95

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected