UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vector2D.h File Reference
#include <ugdk/structure/types.h>
#include <ugdk/math.h>
#include <array>
#include <tuple>
Include dependency graph for vector2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ugdk::math::Vector2D
 

Namespaces

 ugdk
 
 ugdk::math
 

Functions

Vector2D ugdk::math::operator* (double scalar, const Vector2D &right)
 Method that returns a vector equal to the a vector multiplied by a scalar. More...