( begin auto-generated from rotateX.xml ) Rotates a shape around the x-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)
| 5407 | * @see PGraphics#translate(float, float, float) |
| 5408 | */ |
| 5409 | public void rotateX(float angle) { |
| 5410 | showMethodWarning("rotateX"); |
| 5411 | } |
| 5412 | |
| 5413 | |
| 5414 | /** |
nothing calls this directly
no test coverage detected