- origin
Vector2f origin [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- origin
Vector2f origin [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- position
Vector2f position [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- position
Vector2f position [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- rotation
float rotation [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- rotation
float rotation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- scale
Vector2f scale [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- scale
Vector2f scale [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- getInverseTransform
const(Transform) getInverseTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTransform
const(Transform) getTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
- move
void move(Vector2f offset)
Undocumented in source. Be warned that the author may not have intended to support it.
Concrete class that implements the Transformable interface.
This class is provided for convenience, so that a Transformable object can be used as a member of a class instead of inheriting from Transformable.