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

Method rotate

core/src/processing/javafx/PGraphicsFX2D.java:1657–1660  ·  view source on GitHub ↗
(float angle)

Source from the content-addressed store, hash-verified

1655
1656
1657 @Override
1658 public void rotate(float angle) {
1659 context.rotate(PApplet.degrees(angle));
1660 }
1661
1662
1663 @Override

Callers

nothing calls this directly

Calls 3

degreesMethod · 0.95
rotateMethod · 0.65
showVariationWarningMethod · 0.45

Tested by

no test coverage detected