Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getShape
Method
getShape
src/modules/physics/src/eepp/physics/shape.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
cpShape* Shape::getShape() const {
41
return mShape;
42
}
43
44
cBB Shape::cacheBB() {
45
return tocbb( cpShapeCacheBB( mShape ) );
Callers
8
contains
Method · 0.80
addShape
Method · 0.80
addStaticShape
Method · 0.80
removeShape
Method · 0.80
removeStaticShape
Method · 0.80
activateShapesTouchingShape
Method · 0.80
reindexShape
Method · 0.80
activateStatic
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected