MCPcopy Index your code
hub / github.com/processing/processing / rotateX

Method rotateX

core/src/processing/core/PGraphics.java:5409–5411  ·  view source on GitHub ↗

( 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)

Source from the content-addressed store, hash-verified

5407 * @see PGraphics#translate(float, float, float)
5408 */
5409 public void rotateX(float angle) {
5410 showMethodWarning("rotateX");
5411 }
5412
5413
5414 /**

Callers

nothing calls this directly

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected