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

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

clear(Vector2f origin=Vector2f(0, 0))gf::CompoundCurve
close()gf::CompoundCurve
commitGeometry() constgf::Curve
commitOutlineGeometry() constgf::Curve
CompoundCurve(Vector2f origin=Vector2f(0, 0))gf::CompoundCurve
cubicCurveTo(Vector2f p1, Vector2f p2, Vector2f p3, std::size_t pointCount=30)gf::CompoundCurve
Curve()gf::Curve
draw(RenderTarget &target, const RenderStates &states) overridegf::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 overridegf::CompoundCurvevirtual
getPointCount() const overridegf::CompoundCurvevirtual
getPosition() constgf::Transformableinline
getRotation() constgf::Transformableinline
getScale() constgf::Transformableinline
getTransform() constgf::Transformable
getType() const noexceptgf::Curveinline
getWidth() constgf::Curveinline
lineTo(Vector2f p1)gf::CompoundCurve
move(Vector2f offset)gf::Transformable
Outlined enum valuegf::Curve
quadraticCurveTo(Vector2f p1, Vector2f p2, std::size_t pointCount=20)gf::CompoundCurve
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::CompoundCurve
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