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. Using this function with the z param
(float x, float y)
| 5392 | * @see PGraphics#scale(float, float, float) |
| 5393 | */ |
| 5394 | public void translate(float x, float y) { |
| 5395 | showMissingWarning("translate"); |
| 5396 | } |
| 5397 | |
| 5398 | |
| 5399 | /** |
no test coverage detected