Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Nurtak/ObjectGraphVisualization
/ setTranslate
Method
setTranslate
src/ch/hsr/ogv/view/Xform.java:98–102 ·
view source on GitHub ↗
(double x, double y, double z)
Source
from the content-addressed store, hash-verified
96
}
97
98
public
void
setTranslate(double x, double y, double z) {
99
t.setX(x);
100
t.setY(y);
101
t.setZ(z);
102
}
103
104
public
void
setTranslate(double x, double y) {
105
t.setX(x);
Callers
nothing calls this directly
Calls
3
setX
Method · 0.45
setY
Method · 0.45
setZ
Method · 0.45
Tested by
no test coverage detected