Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ setSensor
Method
setSensor
src/modules/physics/src/eepp/physics/shape.cpp:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void Shape::setSensor( const bool& sensor ) {
77
mShape->sensor = sensor ? 1 : 0;
78
}
79
80
cpFloat Shape::getE() const {
81
return mShape->e;
Callers
2
demo2Create
Method · 0.80
demo3Create
Function · 0.80
Calls
no outgoing calls
Tested by
1
demo2Create
Method · 0.64