()
| 1166 | } |
| 1167 | |
| 1168 | getState(): TrackerState | null { |
| 1169 | return this.lastState; |
| 1170 | } |
| 1171 | |
| 1172 | /** Where the camera is actually looking in the world (for the UI overlay). */ |
| 1173 | cameraWorldAim(): AzEl | null { |
no outgoing calls
no test coverage detected