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

Method getRadius

src/SFML/Graphics/CircleShape.cpp:51–54  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

49
50////////////////////////////////////////////////////////////
51float CircleShape::getRadius() const
52{
53 return m_radius;
54}
55
56
57////////////////////////////////////////////////////////////

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected