MCPcopy Create free account
hub / github.com/benfry/processing4 / rotateX

Method rotateX

core/src/processing/core/PGraphics.java:5468–5470  ·  view source on GitHub ↗

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 position to the origin and positive numbers

(float angle)

Source from the content-addressed store, hash-verified

5466 * @see PGraphics#translate(float, float, float)
5467 */
5468 public void rotateX(float angle) {
5469 showMethodWarning("rotateX");
5470 }
5471
5472
5473 /**

Callers

nothing calls this directly

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected