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

Method translate

core/src/processing/awt/PGraphicsJava2D.java:2186–2189  ·  view source on GitHub ↗
(float tx, float ty)

Source from the content-addressed store, hash-verified

2184
2185
2186 @Override
2187 public void translate(float tx, float ty) {
2188 g2.translate(tx, ty);
2189 }
2190
2191
2192 //public void translate(float tx, float ty, float tz)

Callers

nothing calls this directly

Calls 1

translateMethod · 0.65

Tested by

no test coverage detected