|
UGDK
0.4.1
|
#include <ugdk/base/types.h>

Go to the source code of this file.
Classes | |
| class | ugdk::math::Integer2D |
Namespaces | |
| namespace | ugdk |
| namespace | 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. | |