MCPcopy Create free account
hub / github.com/cinder/Cinder / IsSensor

Method IsSensor

blocks/Box2D/src/Box2D/Dynamics/b2Fixture.h:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253inline bool b2Fixture::IsSensor() const
254{
255 return m_isSensor;
256}
257
258inline const b2Filter& b2Fixture::GetFilterData() const
259{

Callers 2

SolveTOIMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected