Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ dollyOut
Method
dollyOut
src/main/java/trace/graphics/SimpleCamera.kt:101–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
fun dollyOut(by: Double) {
102
camera.advanceState {
103
it.dollyIn((-by).toFloat())
104
}
105
updateState()
106
}
107
108
fun roll(degrees: Double) {
109
camera.advanceState {
Callers
nothing calls this directly
Calls
2
advanceState
Method · 0.80
dollyIn
Method · 0.45
Tested by
no test coverage detected