Go to the documentation of this file.
2 #ifndef UGDK_MATH_INTEGER2D_H_
3 #define UGDK_MATH_INTEGER2D_H_
8 #pragma SWIG nowarn=312
50 struct {
int val[2]; };
119 return center + (*
this - center).
Rotated(rotdeg);
249 Integer2D
operator*(
int scalar,
const Integer2D &right);
254 #endif // UGDK_MATH_INTEGER2D_H_