Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getOffset
Method
getOffset
core/physics/PhysicsShape.cpp:353–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
}
352
353
Vec2 PhysicsShapeCircle::getOffset()
354
{
355
return PhysicsHelper::cpv2vec2(cpCircleShapeGetOffset(_cpShapes.front()));
356
}
357
358
void PhysicsShapeCircle::updateScale()
359
{
Callers
4
visit
Method · 0.80
setSpriteFrame
Method · 0.80
isFrameDisplayed
Method · 0.80
lua_ax_physics_PhysicsShape_getOffset
Function · 0.80
Calls
2
cpCircleShapeGetOffset
Function · 0.85
front
Method · 0.45
Tested by
no test coverage detected