( begin auto-generated from rotateY.xml ) Rotates a shape around the y-axis the amount specified by the angle parameter. Angles should be specified in radians (values from 0 to PI 2) or converted to radians with the radians() function. Objects are always rotated around their relative
(float angle)
| 5440 | * @see PGraphics#translate(float, float, float) |
| 5441 | */ |
| 5442 | public void rotateY(float angle) { |
| 5443 | showMethodWarning("rotateY"); |
| 5444 | } |
| 5445 | |
| 5446 | |
| 5447 | /** |
nothing calls this directly
no test coverage detected