Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ scale
Method
scale
Mod Utils/src/eu/the5zig/mod/util/GLUtil.java:23–25 ·
view source on GitHub ↗
(float x, float y, float z)
Source
from the content-addressed store, hash-verified
21
}
22
23
public
static
void
scale(float x, float y, float z) {
24
handle.scale(x, y, z);
25
}
26
27
public
static
void
translate(float x, float y, float z) {
28
handle.translate(x, y, z);
Callers
15
drawScaledCenteredString
Method · 0.95
drawScaledString
Method · 0.95
render
Method · 0.95
render
Method · 0.95
draw
Method · 0.95
render
Method · 0.95
draw
Method · 0.95
render
Method · 0.95
draw
Method · 0.95
render
Method · 0.95
draw
Method · 0.95
render
Method · 0.95
Calls
1
scale
Method · 0.65
Tested by
no test coverage detected