UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ugdk::math Namespace Reference

Classes

class  Integer2D
 

Enumerations

enum  RotDeg { NINETY, TWO_NINETY, THREE_NINETY }
 

Functions

Integer2D operator* (int scalar, const Integer2D &right)
 Method that returns a integer equal to the a integer multiplied by a scalar.
 

Enumeration Type Documentation

Enumerator:
NINETY 
TWO_NINETY 
THREE_NINETY 

Function Documentation

Integer2D ugdk::math::operator* ( int  scalar,
const Integer2D &  right 
)

Method that returns a integer equal to the a integer multiplied by a scalar.

A integer (x,y) multiplied by a scalar a is equal to the integer (x * scalar, y*scalar)

Returns
Scalar Multiplied Integer