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

Method rotateX

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

Source from the content-addressed store, hash-verified

1256
1257
1258 @Override
1259 public void rotateX(float angle) {
1260 rotate(angle, 1, 0, 0);
1261 }
1262
1263
1264 @Override

Callers

nothing calls this directly

Calls 1

rotateMethod · 0.95

Tested by

no test coverage detected