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

Method rotateY

core/src/processing/core/PGraphics.java:5442–5444  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

5440 * @see PGraphics#translate(float, float, float)
5441 */
5442 public void rotateY(float angle) {
5443 showMethodWarning("rotateY");
5444 }
5445
5446
5447 /**

Callers

nothing calls this directly

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected