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

Method rotateY

core/src/processing/opengl/PShapeOpenGL.java:1264–1267  ·  view source on GitHub ↗
(float angle)

Source from the content-addressed store, hash-verified

1262
1263
1264 @Override
1265 public void rotateY(float angle) {
1266 rotate(angle, 0, 1, 0);
1267 }
1268
1269
1270 @Override

Callers

nothing calls this directly

Calls 1

rotateMethod · 0.95

Tested by

no test coverage detected