( begin auto-generated from rotateZ.xml ) Rotates a shape around the z-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)
| 5473 | * @see PGraphics#translate(float, float, float) |
| 5474 | */ |
| 5475 | public void rotateZ(float angle) { |
| 5476 | showMethodWarning("rotateZ"); |
| 5477 | } |
| 5478 | |
| 5479 | |
| 5480 | /** |
nothing calls this directly
no test coverage detected