Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ rotate
Method
rotate
core/src/processing/core/PMatrix3D.java:218–220 ·
view source on GitHub ↗
(float angle)
Source
from the content-addressed store, hash-verified
216
217
218
public
void
rotate(float angle) {
219
rotateZ(angle);
220
}
221
222
223
public
void
rotateX(float angle) {
Callers
nothing calls this directly
Calls
6
rotateZ
Method · 0.95
sqrt
Method · 0.95
cos
Method · 0.95
sin
Method · 0.95
apply
Method · 0.95
abs
Method · 0.45
Tested by
no test coverage detected