25 #ifndef CPP3DS_TRANSFORMABLE_HPP 
   26 #define CPP3DS_TRANSFORMABLE_HPP 
   31 #include <cpp3ds/Graphics/Transform.hpp> 
  112     void setScale(
float factorX, 
float factorY);
 
  222     void move(
float offsetX, 
float offsetY);
 
  273     void scale(
float factorX, 
float factorY);
 
  323     mutable bool      m_transformNeedUpdate;        
 
  325     mutable bool      m_inverseTransformNeedUpdate; 
 
  331 #endif // CPP3DS_TRANSFORMABLE_HPP