UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vector2D.h File Reference
#include <ugdk/base/types.h>
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::Vector2D
 

Namespaces

namespace  ugdk
 
namespace  ugdk::math
 

Functions

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