MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / orbitRight

Method orbitRight

src/main/java/trace/graphics/SimpleCamera.kt:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 fun orbitRight(degrees: Double) {
74 camera.advanceState {
75 it.orbitLeft(-(Math.PI * degrees / 180).toFloat())
76 }
77 updateState()
78 }
79
80 fun orbitUp(degrees: Double) {
81 camera.advanceState {

Callers

nothing calls this directly

Calls 2

advanceStateMethod · 0.80
orbitLeftMethod · 0.45

Tested by

no test coverage detected