MCPcopy 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
353Vec2 PhysicsShapeCircle::getOffset()
354{
355 return PhysicsHelper::cpv2vec2(cpCircleShapeGetOffset(_cpShapes.front()));
356}
357
358void PhysicsShapeCircle::updateScale()
359{

Callers 4

visitMethod · 0.80
setSpriteFrameMethod · 0.80
isFrameDisplayedMethod · 0.80

Calls 2

cpCircleShapeGetOffsetFunction · 0.85
frontMethod · 0.45

Tested by

no test coverage detected