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

Method orbitLeft

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

Source from the content-addressed store, hash-verified

60
61
62 fun orbitLeft(degrees: Double) {
63 camera.advanceState {
64 it.orbitLeft((Math.PI * degrees / 180).toFloat())
65 }
66 updateState()
67 }
68
69 private fun updateState() {
70

Callers 1

orbitRightMethod · 0.45

Calls 1

advanceStateMethod · 0.80

Tested by

no test coverage detected