Robot Devastation
|
Class representing a 2D vector. More...
#include <Vector2dBase.hpp>
Public Member Functions | |
Vector2dBase (T x, T y) | |
bool | operator== (const Vector2dBase< T > &other_vector) |
Vector2dBase & | operator+= (const Vector2dBase< T > &a) |
const T & | getX () const |
const T & | getY () const |
Private Attributes | |
T | x |
T | y |
Includes basic functions for comparison and basic operations