Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ setRadius
Method
setRadius
src/Core/Graphics/Shapes.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void Circle::setRadius(float radius)
64
{
65
shape.setRadius(radius);
66
}
67
68
float Circle::getRadius() const
69
{
Callers
3
drawPoint
Function · 0.80
drawPolygon
Function · 0.80
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected