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

Go to the source code of this file.

Classes

class  ugdk::math::Integer2D
 

Namespaces

 ugdk
 
 ugdk::math
 

Enumerations

enum  ugdk::math::RotDeg { ugdk::math::NINETY, ugdk::math::TWO_NINETY, ugdk::math::THREE_NINETY }
 

Functions

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