MCPcopy 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

drawPointFunction · 0.80
drawPolygonFunction · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected