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

Method rotate

core/src/processing/core/PMatrix.java:86–86  ·  view source on GitHub ↗
(float angle)

Source from the content-addressed store, hash-verified

84 public void translate(float tx, float ty, float tz);
85
86 public void rotate(float angle);
87
88 public void rotateX(float angle);
89

Callers 7

rotateImplMethod · 0.65
invRotateMethod · 0.65
transformMethod · 0.65
rotateMethod · 0.65
rotateMethod · 0.65
rotateMethod · 0.65
rotateMethod · 0.65

Implementers 2

PMatrix3Dcore/src/processing/core/PMatrix3D.jav
PMatrix2Dcore/src/processing/core/PMatrix2D.jav

Calls

no outgoing calls

Tested by

no test coverage detected