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

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

commitGeometry() constgf::Curve
commitOutlineGeometry() constgf::Curve
Curve()gf::Curve
draw(RenderTarget &target, RenderStates states)gf::Curvevirtual
getColor() constgf::Curveinline
getInverseTransform() constgf::Transformable
getLocalBounds() constgf::Curve
getOrigin() constgf::Transformableinline
getOutlineColor() constgf::Curveinline
getOutlineThickness() constgf::Curveinline
getPoint(std::size_t index) const =0gf::Curvepure virtual
getPointCount() const =0gf::Curvepure virtual
getPosition() constgf::Transformableinline
getRotation() constgf::Transformableinline
getScale() constgf::Transformableinline
getTransform() constgf::Transformable
getType() const noexceptgf::Curveinline
getWidth() constgf::Curveinline
move(Vector2f offset)gf::Transformable
Outlined enum valuegf::Curve
rotate(float angle)gf::Transformable
scale(Vector2f factors)gf::Transformable
scale(float factor)gf::Transformableinline
setAnchor(Anchor anchor)gf::Curve
setClosed(bool closed=true)gf::Curveprotected
setColor(const Color4f &color)gf::Curve
setOrigin(Vector2f origin)gf::Transformable
setOriginFromAnchorAndBounds(Anchor anchor, const RectF &bounds)gf::Transformableprotected
setOutlineColor(const Color4f &color)gf::Curve
setOutlineThickness(float thickness)gf::Curve
setPosition(Vector2f position)gf::Transformable
setRotation(float angle)gf::Transformable
setScale(Vector2f factors)gf::Transformable
setScale(float factor)gf::Transformableinline
setType(Type type)gf::Curve
setWidth(float width)gf::Curve
Simple enum valuegf::Curve
Transformable()gf::Transformable
Type enum namegf::Curve
updateGeometry()gf::Curveprotected
~Drawable()gf::Drawablevirtual