Gamedev Framework (gf)  0.5.0
A C++11 framework for 2D games
gf::ConvexShape Member List

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

commitGeometry() constgf::Shape
commitOutlineGeometry() constgf::Shape
ConvexShape(std::size_t pointCount)gf::ConvexShape
ConvexShape(const Polygon &polygon)gf::ConvexShape
draw(RenderTarget &target, RenderStates states) overridegf::Shapevirtual
getColor() constgf::Shapeinline
getInverseTransform() constgf::Transformable
getLocalBounds() constgf::Shape
getOrigin() constgf::Transformableinline
getOutlineColor() constgf::Shapeinline
getOutlineThickness() constgf::Shapeinline
getPoint(std::size_t index) const overridegf::ConvexShapevirtual
getPointCount() const overridegf::ConvexShapevirtual
getPosition() constgf::Transformableinline
getRotation() constgf::Transformableinline
getScale() constgf::Transformableinline
getTexture() constgf::Shapeinline
getTextureRect() constgf::Shapeinline
getTransform() constgf::Transformable
hasTexture() constgf::Shapeinline
move(Vector2f offset)gf::Transformable
rotate(float angle)gf::Transformable
scale(Vector2f factors)gf::Transformable
scale(float factor)gf::Transformableinline
setAnchor(Anchor anchor)gf::Shape
setColor(const Color4f &color)gf::Shape
setOrigin(Vector2f origin)gf::Transformable
setOriginFromAnchorAndBounds(Anchor anchor, const RectF &bounds)gf::Transformableprotected
setOutlineColor(const Color4f &color)gf::Shape
setOutlineThickness(float thickness)gf::Shape
setPoint(std::size_t index, Vector2f point)gf::ConvexShape
setPointCount(std::size_t pointCount)gf::ConvexShape
setPosition(Vector2f position)gf::Transformable
setRotation(float angle)gf::Transformable
setScale(Vector2f factors)gf::Transformable
setScale(float factor)gf::Transformableinline
setTexture(const Texture &texture, bool resetRect=false)gf::Shape
setTextureRect(const RectF &rect)gf::Shape
Shape()gf::Shape
Transformable()gf::Transformable
unsetTexture()gf::Shape
updateGeometry()gf::Shapeprotected
~Drawable()gf::Drawablevirtual