|
UGDK
0.4.1
|
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. | |
| enum ugdk::math::RotDeg |
| 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)