120 std::vector<Vector2f> m_points;
#define SFML_GRAPHICS_API
Definition Export.hpp:42
std::size_t getPointCount() const override
Get the number of points of the polygon.
void setPoint(std::size_t index, Vector2f point)
Set the position of a point.
void setPointCount(std::size_t count)
Set the number of points of the polygon.
Vector2f getPoint(std::size_t index) const override
Get the position of a point.
ConvexShape(std::size_t pointCount=0)
Default constructor.
Base class for textured shapes with outline.
Definition Shape.hpp:55
Definition BlendMode.hpp:34
Vector2< float > Vector2f
Definition Vector2.hpp:226