MCPcopy Create free account
hub / github.com/Garten/sourcecraft / scale

Method scale

src/vmfWriter/EightPoint.java:24–33  ·  view source on GitHub ↗
(int scale)

Source from the content-addressed store, hash-verified

22 protected double textureScaleZ = 1;
23
24 public final void scale(int scale) {
25 this.a.scale(scale);
26 this.b.scale(scale);
27 this.c.scale(scale);
28 this.d.scale(scale);
29 this.e.scale(scale);
30 this.f.scale(scale);
31 this.g.scale(scale);
32 this.h.scale(scale);
33 }
34
35 public final Position[] getPointArray() {
36 Position[] allPoints = new Position[8];

Callers 2

RampMethod · 0.45
CuboidMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected