Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ radius
Method
radius
tests/cpp-tests/Source/TouchesTest/Ball.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
Ball::~Ball() {}
34
35
float Ball::radius()
36
{
37
return getTexture()->getContentSize().width / 2;
38
}
39
40
Ball* Ball::ballWithTexture(Texture2D* aTexture)
41
{
Callers
1
doStep
Method · 0.80
Calls
2
getTexture
Function · 0.50
getContentSize
Method · 0.45
Tested by
1
doStep
Method · 0.64