![]() |
Smart Minotaur
|
Represents a 2D vector, which stores x and y coordinates. Mehr ...
#include <Vec2.hpp>
Öffentliche Methoden | |
| Vec2 (const float p_x, const float p_y) | |
| void | set (const float p_x, const float p_y) |
Öffentliche Attribute | |
| float | x |
| float | y |
Represents a 2D vector, which stores x and y coordinates.