added velocity evolution
This commit is contained in:
parent
aa8393ee4c
commit
f8e8cc64b4
5 changed files with 174 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue