SDL Utility
|
This is the complete list of members for Transformable, including all inherited members.
GetOrigin() | Transformable | |
GetPosition() | Transformable | |
GetRotation() | Transformable | |
GetScale() | Transformable | |
Move(const Vector2f &position) | Transformable | |
Move(float x, float y) | Transformable | |
origin | Transformable | protected |
position | Transformable | protected |
Rotate(float angle) | Transformable | |
rotation | Transformable | protected |
scale | Transformable | protected |
Scale(const Vector2f &scale) | Transformable | |
Scale(float x, float y) | Transformable | |
SetOrigin(const Vector2f &origin) | Transformable | |
SetOrigin(float x, float y) | Transformable | |
SetPosition(const Vector2f &position) | Transformable | |
SetPosition(float x, float y) | Transformable | |
SetRotation(float angle) | Transformable | |
SetScale(const Vector2f &scale) | Transformable | |
SetScale(float x, float y) | Transformable | |
Transformable() | Transformable | |
~Transformable() | Transformable | virtual |