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

Method translate

core/src/processing/core/PMatrix.java:82–82  ·  view source on GitHub ↗
(float tx, float ty)

Source from the content-addressed store, hash-verified

80
81
82 public void translate(float tx, float ty);
83
84 public void translate(float tx, float ty, float tz);
85

Callers 15

translateImplMethod · 0.65
cameraMethod · 0.65
transformMethod · 0.65
begin2DMethod · 0.65
PShapeSVGMethod · 0.65
TextMethod · 0.65
LineOfTextMethod · 0.65
drawStringMethod · 0.65
drawCharMethod · 0.65
translateMethod · 0.65
translateMethod · 0.65
translateMethod · 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