14 #ifndef GK_TRANSFORMABLE_HPP_ 15 #define GK_TRANSFORMABLE_HPP_ 28 void setOrigin(
float x,
float y,
float z = 0);
31 void setScale(
float factorX,
float factorY,
float factorZ = 1);
42 void move(
float offsetX,
float offsetY,
float offsetZ = 0);
45 void scale(
float factorX,
float factorY,
float factorZ = 1);
70 #endif // GK_TRANSFORMABLE_HPP_