MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / getPasses

Method getPasses

src/main/java/field/graphics/Scene.java:682–689  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

680 }
681
682 @Override
683 public int[] getPasses() {
684 int[] p = child.getPasses();
685 int[] p2 = new int[p.length];
686 for (int i = 0; i < p.length; i++)
687 p2[i] = p[i] + shift;
688 return p2;
689 }
690
691 @Override
692 public String toString() {

Callers

nothing calls this directly

Calls 1

getPassesMethod · 0.65

Tested by

no test coverage detected