rebranding moment

This commit is contained in:
2024-07-09 19:29:22 +03:00
parent 528b8a0ca9
commit 13e7adc8f6
24 changed files with 105 additions and 70 deletions

View File

@@ -2,11 +2,11 @@
// Created by Vlad on 6/9/2024.
//
#include "uml/prediction/Target.h"
#include "omath/prediction/Target.h"
#include <cmath>
namespace uml::prediction
namespace omath::prediction
{
Vector3 Target::PredictPosition(const float time, const float gravity) const
{