Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ advanceState
Method
advanceState
src/main/java/field/graphics/Camera.java:455–457 ·
view source on GitHub ↗
(Function<State, State> s)
Source
from the content-addressed store, hash-verified
453
return
view(0);
454
}
455
456
public
void
advanceState(Function<State, State> s) {
457
state = s.apply(state);
458
}
459
460
public
void
setState(State s) {
Callers
15
drawNow
Method · 0.95
setPosition
Method · 0.80
setTarget
Method · 0.80
setUp
Method · 0.80
setState
Method · 0.80
orbitLeft
Method · 0.80
orbitRight
Method · 0.80
orbitUp
Method · 0.80
orbitDown
Method · 0.80
dollyIn
Method · 0.80
dollyOut
Method · 0.80
roll
Method · 0.80
Calls
1
apply
Method · 0.65
Tested by
no test coverage detected