MCPcopy 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

rotateZMethod · 0.95
sqrtMethod · 0.95
cosMethod · 0.95
sinMethod · 0.95
applyMethod · 0.95
absMethod · 0.45

Tested by

no test coverage detected