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

Method position

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

Source from the content-addressed store, hash-verified

119 return Vec3.cross(up, ray(), new Vec3()).normalize();
120 }
121
122 public Vec3 position() {
123 return position;
124 }
125
126 public Vec3 up() {

Callers 1

rayMethod · 0.95

Calls 2

leftMethod · 0.95
distanceMethod · 0.45

Tested by

no test coverage detected