What is it?
Download
FAQs
Docs
Main Page
Modules
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
cpp3ds
CircleShape
cpp3ds::CircleShape Member List
This is the complete list of members for
cpp3ds::CircleShape
, including all inherited members.
CircleShape
(float radius=0, unsigned int pointCount=30)
cpp3ds::CircleShape
explicit
getFillColor
() const
cpp3ds::Shape
getGlobalBounds
() const
cpp3ds::Shape
getInverseTransform
() const
cpp3ds::Transformable
getLocalBounds
() const
cpp3ds::Shape
getOrigin
() const
cpp3ds::Transformable
getOutlineColor
() const
cpp3ds::Shape
getOutlineThickness
() const
cpp3ds::Shape
getPoint
(unsigned int index) const
cpp3ds::CircleShape
virtual
getPointCount
() const
cpp3ds::CircleShape
virtual
getPosition
() const
cpp3ds::Transformable
getRadius
() const
cpp3ds::CircleShape
getRotation
() const
cpp3ds::Transformable
getScale
() const
cpp3ds::Transformable
getTexture
() const
cpp3ds::Shape
getTextureRect
() const
cpp3ds::Shape
getTransform
() const
cpp3ds::Transformable
move
(float offsetX, float offsetY)
cpp3ds::Transformable
move
(const Vector2f &offset)
cpp3ds::Transformable
rotate
(float angle)
cpp3ds::Transformable
scale
(float factorX, float factorY)
cpp3ds::Transformable
scale
(const Vector2f &factor)
cpp3ds::Transformable
setFillColor
(const Color &color)
cpp3ds::Shape
setOrigin
(float x, float y)
cpp3ds::Transformable
setOrigin
(const Vector2f &origin)
cpp3ds::Transformable
setOutlineColor
(const Color &color)
cpp3ds::Shape
setOutlineThickness
(float thickness)
cpp3ds::Shape
setPointCount
(unsigned int count)
cpp3ds::CircleShape
setPosition
(float x, float y)
cpp3ds::Transformable
setPosition
(const Vector2f &position)
cpp3ds::Transformable
setRadius
(float radius)
cpp3ds::CircleShape
setRotation
(float angle)
cpp3ds::Transformable
setScale
(float factorX, float factorY)
cpp3ds::Transformable
setScale
(const Vector2f &factors)
cpp3ds::Transformable
setTexture
(const Texture *texture, bool resetRect=false)
cpp3ds::Shape
setTextureRect
(const IntRect &rect)
cpp3ds::Shape
Shape
()
cpp3ds::Shape
protected
Transformable
()
cpp3ds::Transformable
update
()
cpp3ds::Shape
protected
~Drawable
()
cpp3ds::Drawable
inline
virtual
~Shape
()
cpp3ds::Shape
virtual
~Transformable
()
cpp3ds::Transformable
virtual