Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Nurtak/ObjectGraphVisualization
/ setScale
Method
setScale
src/ch/hsr/ogv/view/Xform.java:156–160 ·
view source on GitHub ↗
(double scaleFactor)
Source
from the content-addressed store, hash-verified
154
}
155
156
public
void
setScale(double scaleFactor) {
157
s.setX(scaleFactor);
158
s.setY(scaleFactor);
159
s.setZ(scaleFactor);
160
}
161
162
public
void
setScale(double x, double y, double z) {
163
s.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