MCPcopy Index your code
hub / github.com/Nurtak/ObjectGraphVisualization / setY

Method setY

src/ch/hsr/ogv/model/ModelBox.java:83–89  ·  view source on GitHub ↗
(double y)

Source from the content-addressed store, hash-verified

81 }
82
83 public void setY(double y) {
84 Point3D coords = new Point3D(0, y, 0);
85 if (coordinates != null) {
86 coords = new Point3D(this.coordinates.getX(), y, this.coordinates.getZ());
87 }
88 setCoordinates(coords);
89 }
90
91 public void setZ(double z) {
92 Point3D coords = new Point3D(0, 0, z);

Callers 11

testSetYMethod · 0.45
handleMouseMethod · 0.45
handleCenterViewMethod · 0.45
adaptBoxCoordinatesMethod · 0.45
setTranslateMethod · 0.45
setTyMethod · 0.45
setScaleMethod · 0.45
setSyMethod · 0.45
setPivotMethod · 0.45
resetMethod · 0.45
resetTSPMethod · 0.45

Calls 3

setCoordinatesMethod · 0.95
getXMethod · 0.45
getZMethod · 0.45

Tested by 1

testSetYMethod · 0.36