MCPcopy Create free account
hub / github.com/SFML/SFML / setPointCount

Method setPointCount

src/SFML/Graphics/CircleShape.cpp:58–62  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

56
57////////////////////////////////////////////////////////////
58void CircleShape::setPointCount(std::size_t count)
59{
60 m_pointCount = count;
61 update();
62}
63
64////////////////////////////////////////////////////////////
65std::size_t CircleShape::getPointCount() const

Callers

nothing calls this directly

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected