MCPcopy 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

drawScaledStringMethod · 0.95
renderMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95
renderMethod · 0.95

Calls 1

scaleMethod · 0.65

Tested by

no test coverage detected