MCPcopy Index your code
hub / github.com/benfry/processing4 / rotateZ

Method rotateZ

core/src/processing/core/PMatrix2D.java:205–207  ·  view source on GitHub ↗
(float angle)

Source from the content-addressed store, hash-verified

203
204
205 public void rotateZ(float angle) {
206 rotate(angle);
207 }
208
209
210 /**

Callers

nothing calls this directly

Calls 1

rotateMethod · 0.95

Tested by

no test coverage detected