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

Method left

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

Source from the content-addressed store, hash-verified

115 return Vec3.sub(target(stereoSide), position(stereoSide), new Vec3());
116 }
117
118 public Vec3 left() {
119 return Vec3.cross(up, ray(), new Vec3()).normalize();
120 }
121
122 public Vec3 position() {

Callers 5

targetMethod · 0.95
orbitUpMethod · 0.95
lookUpMethod · 0.95
translateLeftMethod · 0.95
positionMethod · 0.95

Calls 3

crossMethod · 0.95
rayMethod · 0.95
normalizeMethod · 0.45

Tested by

no test coverage detected