| 111 | } |
| 112 | |
| 113 | float Camera::calculateHorizontalDistance() { |
| 114 | return distanceFromCar * cos(pitch * (SIMD_PI / 180)); |
| 115 | } |
| 116 | |
| 117 | void Camera::followCar(const shared_ptr<Car> &target_car, bool &window_active, ImGuiIO &io){ |
| 118 | if (!window_active) |
nothing calls this directly
no outgoing calls
no test coverage detected