Robot Devastation
Public Member Functions | Private Attributes | List of all members
rd::Vector2dBase< T > Class Template Reference

Class representing a 2D vector. More...

#include <Vector2dBase.hpp>

Public Member Functions

 Vector2dBase (T x, T y)
 
bool operator== (const Vector2dBase< T > &other_vector)
 
Vector2dBaseoperator+= (const Vector2dBase< T > &a)
 
const T & getX () const
 
const T & getY () const
 

Private Attributes

x
 
y
 

Detailed Description

template<class T>
class rd::Vector2dBase< T >

Includes basic functions for comparison and basic operations


The documentation for this class was generated from the following file: