MCPcopy 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

setXMethod · 0.45
setYMethod · 0.45
setZMethod · 0.45

Tested by

no test coverage detected