added velocity evolution

This commit is contained in:
Lauchmelder 2021-12-10 22:18:20 +01:00
parent aa8393ee4c
commit f8e8cc64b4
5 changed files with 174 additions and 30 deletions

View file

@ -13,6 +13,7 @@ public:
VectorField(int width, int height, const std::vector<double>& hori, const std::vector<double>& vert);
void Draw(SDL_Renderer* renderer, const SDL_Rect& targetRect);
void RecalculateMagnitude();
public:
std::vector<double> horizontal;