( 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)
| 5330 | * @see PGraphics#scale(float, float, float) |
| 5331 | */ |
| 5332 | public void translate(float x, float y) { |
| 5333 | showMissingWarning("translate"); |
| 5334 | } |
| 5335 | |
| 5336 | |
| 5337 | /** |
no test coverage detected