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

Method CircleShape

src/SFML/Graphics/CircleShape.cpp:36–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

34{
35////////////////////////////////////////////////////////////
36CircleShape::CircleShape(float radius, std::size_t pointCount) : m_radius(radius), m_pointCount(pointCount)
37{
38 update();
39}
40
41
42////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected