Gamedev Framework (gf)  0.12.0
A C++14 framework for 2D games
gf::ShapeParticles Member List

This is the complete list of members for gf::ShapeParticles, including all inherited members.

addCircle(Vector2f center, float radius, Color4f color, std::size_t pointCount=15)gf::ShapeParticles
addCircle(const CircF &circ, Color4f color, std::size_t pointCount=15)gf::ShapeParticles
addRectangle(Vector2f position, Vector2f size, Color4f color)gf::ShapeParticles
addRectangle(const RectF &rect, Color4f color)gf::ShapeParticles
draw(RenderTarget &target, const RenderStates &states) overridegf::ShapeParticlesvirtual
getInverseTransform() constgf::Transformable
getOrigin() constgf::Transformableinline
getPosition() constgf::Transformableinline
getRotation() constgf::Transformableinline
getScale() constgf::Transformableinline
getTransform() constgf::Transformable
move(Vector2f offset)gf::Transformable
rotate(float angle)gf::Transformable
scale(Vector2f factors)gf::Transformable
scale(float factor)gf::Transformableinline
setOrigin(Vector2f origin)gf::Transformable
setOriginFromAnchorAndBounds(Anchor anchor, const RectF &bounds)gf::Transformableprotected
setPosition(Vector2f position)gf::Transformable
setRotation(float angle)gf::Transformable
setScale(Vector2f factors)gf::Transformable
setScale(float factor)gf::Transformableinline
ShapeParticles()gf::ShapeParticles
Transformable()gf::Transformable
~Drawable()gf::Drawablevirtual