Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
left
Method · 0.95
orbitLeft
Method · 0.95
orbitUp
Method · 0.95
roll
Method · 0.95
lookLeft
Method · 0.95
lookUp
Method · 0.95
translateIn
Method · 0.95
dollyIn
Method · 0.95
view
Method · 0.80
Calls
3
sub
Method · 0.95
target
Method · 0.95
position
Method · 0.95
Tested by
no test coverage detected