This is the complete list of members for gk::Transformable, including all inherited members.
| getOrigin() const | gk::Transformable | inline |
| getPosition() const | gk::Transformable | inline |
| getRotation() const | gk::Transformable | inline |
| getScale() const | gk::Transformable | inline |
| getTransform() const | gk::Transformable | |
| m_origin | gk::Transformable | private |
| m_position | gk::Transformable | private |
| m_rotation | gk::Transformable | private |
| m_rotationTransform | gk::Transformable | mutableprivate |
| m_scale | gk::Transformable | private |
| m_transform | gk::Transformable | mutableprivate |
| m_transformNeedUpdate | gk::Transformable | mutableprivate |
| move(float offsetX, float offsetY, float offsetZ=0) | gk::Transformable | |
| move(const Vector3f &offset) | gk::Transformable | |
| rotate(float angle) | gk::Transformable | |
| rotate(float angle, const Vector3f &axis) | gk::Transformable | |
| scale(float factorX, float factorY, float factorZ=1) | gk::Transformable | |
| scale(const Vector3f &factor) | gk::Transformable | |
| setOrigin(float x, float y, float z=0) | gk::Transformable | |
| setOrigin(const Vector3f &origin) | gk::Transformable | inline |
| setPosition(float x, float y, float z=0) | gk::Transformable | |
| setPosition(const Vector3f &position) | gk::Transformable | inline |
| setRotation(float angle) | gk::Transformable | inline |
| setRotation(float angle, const Vector3f &axis) | gk::Transformable | |
| setScale(float factorX, float factorY, float factorZ=1) | gk::Transformable | |
| setScale(const Vector3f &factors) | gk::Transformable | inline |
| ~Transformable()=default | gk::Transformable | virtual |