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

Method rotate

core/src/processing/awt/PGraphicsJava2D.java:2178–2181  ·  view source on GitHub ↗
(float angle)

Source from the content-addressed store, hash-verified

2176
2177
2178 @Override
2179 public void rotate(float angle) {
2180 g2.rotate(angle);
2181 }
2182
2183
2184 @Override

Callers

nothing calls this directly

Calls 2

rotateMethod · 0.65
showVariationWarningMethod · 0.45

Tested by

no test coverage detected