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

Method ray

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

Source from the content-addressed store, hash-verified

107 */
108 public float io_target_shift = 0;
109
110 public Vec3 ray() {
111 return Vec3.sub(target, position, new Vec3());
112 }
113
114 public Vec3 ray(float stereoSide) {

Callers 9

leftMethod · 0.95
orbitLeftMethod · 0.95
orbitUpMethod · 0.95
rollMethod · 0.95
lookLeftMethod · 0.95
lookUpMethod · 0.95
translateInMethod · 0.95
dollyInMethod · 0.95
viewMethod · 0.80

Calls 3

subMethod · 0.95
targetMethod · 0.95
positionMethod · 0.95

Tested by

no test coverage detected