This is the complete list of members for ime::ITransformable, including all inherited members.
getOrigin() const =0 | ime::ITransformable | pure virtual |
getPosition() const =0 | ime::ITransformable | pure virtual |
getRotation() const =0 | ime::ITransformable | pure virtual |
getScale() const =0 | ime::ITransformable | pure virtual |
move(float offsetX, float offsetY)=0 | ime::ITransformable | pure virtual |
move(Vector2f offset)=0 | ime::ITransformable | pure virtual |
rotate(float angle)=0 | ime::ITransformable | pure virtual |
scale(float factorX, float factorY)=0 | ime::ITransformable | pure virtual |
scale(Vector2f offset)=0 | ime::ITransformable | pure virtual |
setOrigin(float x, float y)=0 | ime::ITransformable | pure virtual |
setOrigin(Vector2f origin)=0 | ime::ITransformable | pure virtual |
setPosition(float x, float y)=0 | ime::ITransformable | pure virtual |
setPosition(Vector2f position)=0 | ime::ITransformable | pure virtual |
setRotation(float angle)=0 | ime::ITransformable | pure virtual |
setScale(float factorX, float factorY)=0 | ime::ITransformable | pure virtual |
setScale(Vector2f scale)=0 | ime::ITransformable | pure virtual |
~ITransformable()=default | ime::ITransformable | virtual |