Gamedev Framework (gf)
0.3.0
A C++11 framework for 2D games
Main Page
Documentation
Modules
Classes
gf on github
Class Index
Class Hierarchy
Class Members
gf
CircleShape
gf::CircleShape Member List
This is the complete list of members for
gf::CircleShape
, including all inherited members.
CircleShape
(float radius=0, std::size_t pointCount=30)
gf::CircleShape
CircleShape
(const CircF &circ, std::size_t pointCount=30)
gf::CircleShape
explicit
commitGeometry
() const
gf::Shape
commitOutlineGeometry
() const
gf::Shape
draw
(RenderTarget &target, RenderStates states) override
gf::Shape
virtual
getColor
() const
gf::Shape
inline
getInverseTransform
() const
gf::Transformable
getLocalBounds
() const
gf::Shape
getOrigin
() const
gf::Transformable
inline
getOutlineColor
() const
gf::Shape
inline
getOutlineThickness
() const
gf::Shape
inline
getPoint
(std::size_t index) const override
gf::CircleShape
virtual
getPointCount
() const override
gf::CircleShape
virtual
getPosition
() const
gf::Transformable
inline
getRadius
() const
gf::CircleShape
inline
getRotation
() const
gf::Transformable
inline
getScale
() const
gf::Transformable
inline
getTexture
() const
gf::Shape
inline
getTextureRect
() const
gf::Shape
inline
getTransform
() const
gf::Transformable
move
(Vector2f offset)
gf::Transformable
rotate
(float angle)
gf::Transformable
scale
(Vector2f factors)
gf::Transformable
scale
(float factor)
gf::Transformable
inline
setAnchor
(Anchor anchor)
gf::Shape
setColor
(const Color4f &color)
gf::Shape
setOrigin
(Vector2f origin)
gf::Transformable
setOriginFromAnchorAndBounds
(Anchor anchor, const RectF &bounds)
gf::Transformable
protected
setOutlineColor
(const Color4f &color)
gf::Shape
setOutlineThickness
(float thickness)
gf::Shape
setPointCount
(std::size_t pointCount)
gf::CircleShape
setPosition
(Vector2f position)
gf::Transformable
setRadius
(float radius)
gf::CircleShape
setRotation
(float angle)
gf::Transformable
setScale
(Vector2f factors)
gf::Transformable
setScale
(float factor)
gf::Transformable
inline
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::Shape
protected
~Drawable
()
gf::Drawable
virtual
Generated by
1.8.8