Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
rotateX
Method · 0.95
rotateY
Method · 0.95
Calls
1
transform
Method · 0.95
Tested by
no test coverage detected