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

Method view

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

Source from the content-addressed store, hash-verified

380 return new Mat4(m);
381 }
382
383 public Mat4 view() {
384 return view(0);
385 }
386
387 public Mat4 view(float stereoSide) {

Callers 5

viewLeftMethod · 0.95
viewRightMethod · 0.95
viewCenterMethod · 0.95

Calls 8

crossMethod · 0.95
translateMethod · 0.95
scaleMethod · 0.95
transposeMethod · 0.95
rayMethod · 0.80
positionMethod · 0.65
normalizeMethod · 0.45
mulMethod · 0.45

Tested by

no test coverage detected