Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getStaticBody
Method
getStaticBody
src/modules/physics/src/eepp/physics/space.cpp:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
Body* Space::getStaticBody() const {
144
return mStatiBody;
145
}
146
147
bool Space::contains( Shape* shape ) {
148
return cpTrue == cpSpaceContainsShape( mSpace, shape->getShape() );
Callers
5
demo1Create
Method · 0.80
demo2Create
Method · 0.80
demo2Create
Function · 0.80
demo3Create
Function · 0.80
demo4Create
Function · 0.80
Calls
no outgoing calls
Tested by
2
demo1Create
Method · 0.64
demo2Create
Method · 0.64