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

Method viewLeft

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

Source from the content-addressed store, hash-verified

441 return q;
442 }
443
444 public Mat4 viewLeft() {
445 return view(-1);
446 }
447
448 public Mat4 viewRight() {

Callers 1

leftViewMethod · 0.80

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected