Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ dollyIn
Method
dollyIn
src/main/java/trace/graphics/SimpleCamera.kt:94–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
fun dollyIn(by: Double) {
95
camera.advanceState {
96
it.dollyIn(by.toFloat())
97
}
98
updateState()
99
}
100
101
fun dollyOut(by: Double) {
102
camera.advanceState {
Callers
1
dollyOut
Method · 0.45
Calls
1
advanceState
Method · 0.80
Tested by
no test coverage detected