SFML - Simple and Fast Multimedia Library

SFML

sf::Transformable Member List

This is the complete list of members for sf::Transformable, including all inherited members.

getInverseTransform() const sf::Transformable
getOrigin() const sf::Transformable
getPosition() const sf::Transformable
getRotation() const sf::Transformable
getScale() const sf::Transformable
getTransform() const sf::Transformable
move(float offsetX, float offsetY)sf::Transformable
move(const Vector2f &offset)sf::Transformable
rotate(float angle)sf::Transformable
scale(float factorX, float factorY)sf::Transformable
scale(const Vector2f &factor)sf::Transformable
setOrigin(float x, float y)sf::Transformable
setOrigin(const Vector2f &origin)sf::Transformable
setPosition(float x, float y)sf::Transformable
setPosition(const Vector2f &position)sf::Transformable
setRotation(float angle)sf::Transformable
setScale(float factorX, float factorY)sf::Transformable
setScale(const Vector2f &factors)sf::Transformable
Transformable()sf::Transformable
~Transformable()sf::Transformablevirtual