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

Method rotate

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

Source from the content-addressed store, hash-verified

1250
1251
1252 @Override
1253 public void rotate(float angle) {
1254 transform(ROTATE, angle);
1255 }
1256
1257
1258 @Override

Callers 2

rotateXMethod · 0.95
rotateYMethod · 0.95

Calls 1

transformMethod · 0.95

Tested by

no test coverage detected