Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ray
Method · 0.95
Calls
2
left
Method · 0.95
distance
Method · 0.45
Tested by
no test coverage detected