There are few places in the code that need the distance to target and currently calculate it themselves, wasting CPU. Instead, LaunchCalculator should be updated to return current and true distance to target as part of LaunchingParameters so those places can use the already calculated value.
There are few places in the code that need the distance to target and currently calculate it themselves, wasting CPU. Instead, LaunchCalculator should be updated to return current and true distance to target as part of LaunchingParameters so those places can use the already calculated value.