Defines a simple 2D vector class for position and velocity calculations. More...
#include <iostream>

Go to the source code of this file.
Classes | |
| struct | Vector2D |
| A simple struct for 2D mathematics (points, vectors). More... | |
Defines a simple 2D vector class for position and velocity calculations.