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

Method viewRight

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

Source from the content-addressed store, hash-verified

445 return view(-1);
446 }
447
448 public Mat4 viewRight() {
449 return view(1);
450 }
451
452 public Mat4 viewCenter() {

Callers 1

rightViewMethod · 0.80

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected