Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
translateImpl
Method · 0.65
camera
Method · 0.65
transform
Method · 0.65
begin2D
Method · 0.65
PShapeSVG
Method · 0.65
Text
Method · 0.65
LineOfText
Method · 0.65
drawString
Method · 0.65
drawChar
Method · 0.65
translate
Method · 0.65
translate
Method · 0.65
translate
Method · 0.65
Implementers
2
PMatrix3D
core/src/processing/core/PMatrix3D.jav
PMatrix2D
core/src/processing/core/PMatrix2D.jav
Calls
no outgoing calls
Tested by
no test coverage detected