mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
rebranding moment
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
//
|
||||
|
||||
|
||||
#include "uml/prediction/Engine.h"
|
||||
#include "omath/prediction/Engine.h"
|
||||
#include <cmath>
|
||||
#include <uml/angles.h>
|
||||
#include <omath/angles.h>
|
||||
|
||||
|
||||
namespace uml::prediction
|
||||
namespace omath::prediction
|
||||
{
|
||||
Engine::Engine(const float gravityConstant, const float simulationTimeStep,
|
||||
const float maximumSimulationTime, float distanceTolerance)
|
||||
const float maximumSimulationTime, const float distanceTolerance)
|
||||
: m_gravityConstant(gravityConstant),
|
||||
m_simulationTimeStep(simulationTimeStep),
|
||||
m_maximumSimulationTime(maximumSimulationTime),
|
||||
|
||||
Reference in New Issue
Block a user