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

Method viewCenter

src/main/java/field/graphics/Camera.java:451–453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449 return view(1);
450 }
451
452 public Mat4 viewCenter() {
453 return view(0);
454 }
455
456 public void advanceState(Function<State, State> s) {

Callers

nothing calls this directly

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected