mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-09 00:34:34 +00:00
d66ccf2f74
Migrates projectile prediction logic to leverage engine traits for improved flexibility and testability. This change decouples core prediction algorithms from specific engine implementations, allowing for easier adaptation to different game engines or simulation environments.
9 lines
199 B
C++
9 lines
199 B
C++
#include "omath/projectile_prediction/proj_pred_engine_legacy.hpp"
|
|
#include <cmath>
|
|
#include <omath/angles.hpp>
|
|
|
|
namespace omath::projectile_prediction
|
|
{
|
|
|
|
} // namespace omath::projectile_prediction
|