Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nurtak/ObjectGraphVisualization
/ setTx
Method
setTx
src/ch/hsr/ogv/view/Xform.java:114–116 ·
view source on GitHub ↗
(double x)
Source
from the content-addressed store, hash-verified
112
// public void setTranslateZ(double z) { t.setZ(z); }
113
// Use these methods instead:
114
public
void
setTx(double x) {
115
t.setX(x);
116
}
117
118
public
void
setTy(double y) {
119
t.setY(y);
Callers
nothing calls this directly
Calls
1
setX
Method · 0.45
Tested by
no test coverage detected