MCPcopy 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

33Ball::~Ball() {}
34
35float Ball::radius()
36{
37 return getTexture()->getContentSize().width / 2;
38}
39
40Ball* Ball::ballWithTexture(Texture2D* aTexture)
41{

Callers 1

doStepMethod · 0.80

Calls 2

getTextureFunction · 0.50
getContentSizeMethod · 0.45

Tested by 1

doStepMethod · 0.64