Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
target
Method · 0.95
orbitUp
Method · 0.95
lookUp
Method · 0.95
translateLeft
Method · 0.95
position
Method · 0.95
Calls
3
cross
Method · 0.95
ray
Method · 0.95
normalize
Method · 0.45
Tested by
no test coverage detected