MCPcopy 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
40cpShape* Shape::getShape() const {
41 return mShape;
42}
43
44cBB Shape::cacheBB() {
45 return tocbb( cpShapeCacheBB( mShape ) );

Callers 8

containsMethod · 0.80
addShapeMethod · 0.80
addStaticShapeMethod · 0.80
removeShapeMethod · 0.80
removeStaticShapeMethod · 0.80
reindexShapeMethod · 0.80
activateStaticMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected