Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ getWorld
Method
getWorld
samples/FallingGears/src/SceneController.h:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
void addGear( const ci::vec2 &pos );
24
25
b2World* getWorld() const { return mWorld.get(); }
26
27
const GearContainerT& getGears() const { return mGears; }
28
const WallContainerT& getWalls() const { return mWalls; }
Callers
2
setup
Method · 0.80
drawDebug
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected