* Default constructor. * * Params: * radius = Radius of the circle * pointCount = Number of points composing the circle
Destructor
Get a point of the shape.
Clones this CircleShape
The number of points of the circle.
The radius of the circle.
The sub-rectangle of the texture that the shape will display.
The fill color of the shape.
The outline color of the shape.
The thickness of the shape's outline.
The total number of points in the shape.
Get the global bounding rectangle of the entity.
Get the local bounding rectangle of the entity.
Get a point of the shape.
Get the source texture of the shape.
Change the source texture of the shape.
Draw the shape to a render target.
Recompute the internal geometry of the shape.
Specialized shape representing a circle.